Skip to content

Commit

Permalink
Build/Test: Update name of test to show its breadth.
Browse files Browse the repository at this point in the history
The test covers multiple libraries, not just lodash.

Follow up to [57185].

Props TobiasBg.
Fixes #60048.


git-svn-id: https://develop.svn.wordpress.org/trunk@57187 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
aaronjorbin committed Dec 13, 2023
1 parent 32dd59b commit 144d098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/dependencies/scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -3360,7 +3360,7 @@ public function data_provider_script_move_to_footer() {
*
* @dataProvider data_wp_default_packages_vendor
*/
public function test_wp_default_packages_vendor_lodash( $script ) {
public function test_wp_default_packages_vendor( $script ) {
global $wp_scripts;
$package_json = $this->_scripts_from_package_json();

Expand Down

0 comments on commit 144d098

Please sign in to comment.