File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/phpunit/tests/script-modules Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2337,9 +2337,9 @@ public function test_missing_script_module_dependency_triggers_incorrect_usage()
23372337 );
23382338
23392339 // Assert the message mentions the missing dependency handle.
2340- $ this ->assertStringContainsString (
2341- 'The script module main-module was enqueued with dependencies that are not registered: missing-mod-dep ' ,
2342- $ this ->caught_doing_it_wrong ['WP_Script_Modules::sort_item_dependencies ' ]
2340+ $ this ->assertStringContainsString (
2341+ 'The script module main-module was enqueued with dependencies that are not registered: missing-mod-dep ' ,
2342+ $ this ->caught_doing_it_wrong ['WP_Script_Modules::sort_item_dependencies ' ]
23432343 );
23442344 }
23452345}
You can’t perform that action at this time.
0 commit comments