Skip to content

Commit 9614cf5

Browse files
committed
Script Loader: Update failing test after [58162].
See #60962. git-svn-id: https://develop.svn.wordpress.org/trunk@58163 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 559e729 commit 9614cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/dependencies/scripts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@ public function test_wp_add_inline_script_before_after_concat_with_core_dependen
20742074
$wp_scripts->base_url = '';
20752075
$wp_scripts->do_concat = true;
20762076

2077-
$expected = "<script type='text/javascript' src='/wp-admin/load-scripts.php?c=0&amp;load%5Bchunk_0%5D=jquery-core,jquery-migrate,wp-polyfill,wp-dom-ready,wp-hooks&amp;ver={$wp_version}'></script>\n";
2077+
$expected = "<script type='text/javascript' src='/wp-admin/load-scripts.php?c=0&amp;load%5Bchunk_0%5D=jquery-core,jquery-migrate,wp-dom-ready,wp-hooks&amp;ver={$wp_version}'></script>\n";
20782078
$expected .= "<script type='text/javascript' id='test-example-js-before'>\nconsole.log(\"before\");\n</script>\n";
20792079
$expected .= "<script type='text/javascript' src='http://example.com' id='test-example-js'></script>\n";
20802080
$expected .= "<script type='text/javascript' src='/wp-includes/js/dist/i18n.min.js' id='wp-i18n-js'></script>\n";

0 commit comments

Comments
 (0)