diff --git a/phpunit/class-wp-theme-json-resolver-test.php b/phpunit/class-wp-theme-json-resolver-test.php index b0940e30fdb0ea..865b1945289ff4 100644 --- a/phpunit/class-wp-theme-json-resolver-test.php +++ b/phpunit/class-wp-theme-json-resolver-test.php @@ -503,13 +503,13 @@ public function data_get_merged_data_returns_origin() { ); } - + /** * Test that get_style_variations returns all variations, including parent theme variations if the theme is a child. * * @covers WP_Theme_JSON_Resolver::get_style_variations **/ - public function test_get_style_variations_returns_all_variations() { + public function test_get_style_variations_returns_all_variations() { // Switch to a child theme. switch_theme( 'block-theme-child' ); wp_set_current_user( self::$administrator_id );