Skip to content

Commit 9295970

Browse files
committed
fix phpcs error
1 parent 7a688c7 commit 9295970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/phpunit/tests/script-modules/wpScriptModules.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)