diff --git a/tests/phpunit/tests/dependencies/scripts.php b/tests/phpunit/tests/dependencies/scripts.php index c7d3f813ef..4dc248279e 100644 --- a/tests/phpunit/tests/dependencies/scripts.php +++ b/tests/phpunit/tests/dependencies/scripts.php @@ -753,9 +753,11 @@ class Tests_Dependencies_Scripts extends WP_UnitTestCase { 'matchTags', 'mode', 'styleActiveLine', + 'gutters', ), array_keys( $wp_enqueue_code_editor['codemirror'] ) ); + $this->assertEmpty( $wp_enqueue_code_editor['codemirror']['gutters'] ); $this->assertEqualSets( array( @@ -833,9 +835,11 @@ class Tests_Dependencies_Scripts extends WP_UnitTestCase { 'lineWrapping', 'mode', 'styleActiveLine', + 'gutters', ), array_keys( $wp_enqueue_code_editor['codemirror'] ) ); + $this->assertEmpty( $wp_enqueue_code_editor['codemirror']['gutters'] ); $this->assertEqualSets( array(