Changeset 61539 for trunk/tests/phpunit/tests/dependencies/scripts.php
- Timestamp:
- 01/27/2026 07:04:01 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/scripts.php
r61526 r61539 3839 3839 'backbone' => array( 'backbone' ), 3840 3840 'clipboard' => array( 'clipboard' ), 3841 'codemirror' => array( 'codemirror', 'wp-codemirror' ), 3841 3842 'core-js-url-browser' => array( 'core-js-url-browser', 'wp-polyfill-url' ), 3843 'csslint' => array( 'csslint' ), 3842 3844 'element-closest' => array( 'element-closest', 'wp-polyfill-element-closest' ), 3845 'esprima' => array( 'esprima' ), 3843 3846 'formdata-polyfill' => array( 'formdata-polyfill', 'wp-polyfill-formdata' ), 3844 3847 'imagesloaded' => array( 'imagesloaded' ), … … 3847 3850 'jquery-form' => array( 'jquery-form' ), 3848 3851 'jquery-hoverintent' => array( 'jquery-hoverintent', 'hoverIntent' ), 3852 'htmlhint' => array( 'htmlhint' ), 3853 'jsonlint' => array( 'jsonlint' ), 3849 3854 'lodash' => array( 'lodash' ), 3850 3855 'masonry' => array( 'masonry-layout', 'masonry' ),
Note: See TracChangeset
for help on using the changeset viewer.