Skip to content

Commit 337a1a8

Browse files
committed
Fix lint.
1 parent 0a5fe1e commit 337a1a8

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
@@ -488,13 +488,13 @@ public function data_get_merged_data_returns_origin() {
488488
);
489489
}
490490

491-
491+
492492
/**
493493
* Test that get_style_variations returns all variations, including parent theme variations if the theme is a child.
494494
*
495495
* @covers WP_Theme_JSON_Resolver::get_style_variations
496496
**/
497-
public function test_get_style_variations_returns_all_variations() {
497+
public function test_get_style_variations_returns_all_variations() {
498498
// Switch to a child theme.
499499
switch_theme( 'block-theme-child' );
500500
wp_set_current_user( self::$administrator_id );

0 commit comments

Comments
 (0)