diff --git a/tests/phpunit/tests/option/updateOption.php b/tests/phpunit/tests/option/updateOption.php index 208812de0b..4171a73f9f 100644 --- a/tests/phpunit/tests/option/updateOption.php +++ b/tests/phpunit/tests/option/updateOption.php @@ -67,7 +67,7 @@ class Tests_Option_UpdateOption extends WP_UnitTestCase { /** * @ticket 26394 */ - public function test_should_set_autoload_yes_for_nonexistent_option_when_autoload_param_is_no() { + public function test_should_set_autoload_no_for_nonexistent_option_when_autoload_param_is_no() { if ( is_multisite() ) { $this->markTestSkipped( 'Not testable in MS: wpmu_create_blog() defines WP_INSTALLING, which causes cache misses.' ); } @@ -92,7 +92,7 @@ class Tests_Option_UpdateOption extends WP_UnitTestCase { /** * @ticket 26394 */ - public function test_should_set_autoload_yes_for_nonexistent_option_when_autoload_param_is_false() { + public function test_should_set_autoload_no_for_nonexistent_option_when_autoload_param_is_false() { if ( is_multisite() ) { $this->markTestSkipped( 'Not testable in MS: wpmu_create_blog() defines WP_INSTALLING, which causes cache misses.' ); }