File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
tests/phpunit/tests/theme Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments