Skip to content

Commit 083a8a8

Browse files
committed
Update tests to account for new module arg
1 parent 2dd7d20 commit 083a8a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/phpunit/tests/dependencies/scripts.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3161,6 +3161,7 @@ public function test_wp_enqueue_code_editor_when_php_file_will_be_passed() {
31613161
'esversion',
31623162
'expr',
31633163
'immed',
3164+
'module',
31643165
'noarg',
31653166
'nonbsp',
31663167
'quotmark',
@@ -3243,6 +3244,7 @@ public function test_wp_enqueue_code_editor_when_generated_array_by_compact_will
32433244
'esversion',
32443245
'expr',
32453246
'immed',
3247+
'module',
32463248
'noarg',
32473249
'nonbsp',
32483250
'quotmark',
@@ -3339,6 +3341,7 @@ public function test_wp_enqueue_code_editor_when_generated_array_by_array_merge_
33393341
'esversion',
33403342
'expr',
33413343
'immed',
3344+
'module',
33423345
'noarg',
33433346
'nonbsp',
33443347
'quotmark',
@@ -3432,6 +3435,7 @@ public function test_wp_enqueue_code_editor_when_simple_array_will_be_passed() {
34323435
'esversion',
34333436
'expr',
34343437
'immed',
3438+
'module',
34353439
'noarg',
34363440
'nonbsp',
34373441
'quotmark',

0 commit comments

Comments
 (0)