Skip to content

Commit 5044e95

Browse files
Tests: Rename some oEmbed test classes as per the naming conventions.
Follow-up to [37708], [37892], [62224], [62227]. See #64225. git-svn-id: https://develop.svn.wordpress.org/trunk@62234 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d7a80fc commit 5044e95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/phpunit/tests/oembed/WpEmbed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @coversDefaultClass WP_Embed
77
*/
8-
class Tests_WP_Embed extends WP_UnitTestCase {
8+
class Tests_oEmbed_WpEmbed extends WP_UnitTestCase {
99
/**
1010
* @var WP_Embed
1111
*/

tests/phpunit/tests/oembed/wpOembed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @coversDefaultClass WP_oEmbed
77
*/
8-
class Tests_WP_oEmbed extends WP_UnitTestCase {
8+
class Tests_oEmbed_wpOembed extends WP_UnitTestCase {
99
/**
1010
* @var WP_oEmbed
1111
*/

0 commit comments

Comments
 (0)