diff --git a/phpunit/class-gutenberg-utils-test.php b/phpunit/class-gutenberg-utils-test.php index ed7e5ebea9fd6f..f683cbd6a64fda 100644 --- a/phpunit/class-gutenberg-utils-test.php +++ b/phpunit/class-gutenberg-utils-test.php @@ -134,7 +134,7 @@ public function test_invalid_parameters_set() { public function test_gutenberg_get_minified_styles() { $cases = array( array( - 'in' => ' + 'in' => ' /** * Comment */ @@ -145,7 +145,7 @@ public function test_gutenberg_get_minified_styles() { 'out' => '.foo{bar:1}', ), array( - 'in' => '/* Comment */#foo{content:" "; bar: 0; + 'in' => '/* Comment */#foo{content:" "; bar: 0; }', 'out' => '#foo{content:" ";bar:0}', ),