Skip to content

Commit 31dd1d4

Browse files
committed
Fix linting
1 parent f2800d8 commit 31dd1d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/phpunit/tests/theme/wpGetGlobalStylesheet.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,11 @@ public function test_should_enqueue_stored_styles() {
275275
" border-style: solid;\n",
276276
"}\n",
277277
)
278-
)
278+
),
279279
),
280280
wp_styles()->registered['core-block-supports']->extra['after'],
281281
'Registered styles with handle of "core-block-supports" do not match expected value from Style Engine store.'
282-
);
282+
);
283283
} else {
284284
// In production versions of WordPress, `defaults-constants.php` will set SCRIPT_DEBUG to false.
285285
$this->assertEquals(
@@ -300,13 +300,13 @@ public function test_should_enqueue_stored_styles() {
300300
" color: grey;\n",
301301
" height: 90px;\n",
302302
" border-style: dotted;\n",
303-
"}\n"
303+
"}\n",
304304
)
305-
)
305+
),
306306
),
307307
wp_styles()->registered['wp-style-engine-my-styles']->extra['after'],
308308
'Registered styles with handle of "core-block-supports" do not match expected value from Style Engine store.'
309-
);
309+
);
310310
} else {
311311
// In production versions of WordPress, `defaults-constants.php` will set SCRIPT_DEBUG to false.
312312
$this->assertEquals(

0 commit comments

Comments
 (0)