Build/Test: Update name of test to show its breadth.

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
This commit is contained in:
Aaron Jorbin 2023-12-13 20:00:49 +00:00
parent 32dd59bb9a
commit 144d098ac5

View File

@ -3360,7 +3360,7 @@ HTML
*
* @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();