Make WordPress Core


Ignore:
Timestamp:
12/13/2023 08:00:49 PM (15 months ago)
Author:
jorbin
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/dependencies/scripts.php

    r57185 r57187  
    33613361     * @dataProvider data_wp_default_packages_vendor
    33623362     */
    3363     public function test_wp_default_packages_vendor_lodash( $script ) {
     3363    public function test_wp_default_packages_vendor( $script ) {
    33643364        global $wp_scripts;
    33653365        $package_json = $this->_scripts_from_package_json();
Note: See TracChangeset for help on using the changeset viewer.