mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Code Editor: Fix phpunit tests related to gutters after [41974].
See #12423. git-svn-id: https://develop.svn.wordpress.org/trunk@41994 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user