Skip to content

Commit e070285

Browse files
committed
fixup! fixup! Update class names to align with PHPUnit expectation
1 parent 959629a commit e070285

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/phpunit/tests/oembed/WpEmbed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @group oembed
55
*/
6-
class Tests_WP_Embed extends WP_UnitTestCase {
6+
class Tests_WpEmbed extends WP_UnitTestCase {
77
/**
88
* @var WP_Embed
99
*/

tests/phpunit/tests/oembed/wpOembed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @group oembed
55
*/
6-
class Tests_WP_oEmbed extends WP_UnitTestCase {
6+
class Tests_WPoEmbed extends WP_UnitTestCase {
77
/**
88
* @var WP_oEmbed
99
*/

tests/phpunit/tests/option/wpDetermineOptionAutoloadValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @covers ::wp_determine_option_autoload_value
77
*/
8-
class Tests_WP_Determine_Option_Autoload_Value extends WP_UnitTestCase {
8+
class Tests_WpDetermineOptionAutoloadValue extends WP_UnitTestCase {
99
public function set_up() {
1010
add_filter( 'wp_max_autoloaded_option_size', array( $this, 'filter_max_option_size' ) );
1111
parent::set_up();

tests/phpunit/tests/post/walkerPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @group post
44
* @group walker
55
*/
6-
class Tests_Post_Walker_Page extends WP_UnitTestCase {
6+
class Tests_Post_WalkerPage extends WP_UnitTestCase {
77

88
/**
99
* @var \Walker_Page The instance of the walker.

0 commit comments

Comments
 (0)