Skip to content

Commit 7877289

Browse files
jffngockham
authored andcommitted
Fix lint.
1 parent 90f2780 commit 7877289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit/class-wp-theme-json-resolver-test.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,13 +503,13 @@ public function data_get_merged_data_returns_origin() {
503503
);
504504
}
505505

506-
506+
507507
/**
508508
* Test that get_style_variations returns all variations, including parent theme variations if the theme is a child.
509509
*
510510
* @covers WP_Theme_JSON_Resolver::get_style_variations
511511
**/
512-
public function test_get_style_variations_returns_all_variations() {
512+
public function test_get_style_variations_returns_all_variations() {
513513
// Switch to a child theme.
514514
switch_theme( 'block-theme-child' );
515515
wp_set_current_user( self::$administrator_id );

0 commit comments

Comments
 (0)