Changeset 54891 for trunk/tests/phpunit/tests/dependencies/jquery.php
- Timestamp:
- 11/29/2022 03:49:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/jquery.php
r52010 r54891 11 11 */ 12 12 public function test_location_of_jquery() { 13 $scripts = new WP_Scripts ;13 $scripts = new WP_Scripts(); 14 14 wp_default_scripts( $scripts ); 15 15 … … 107 107 */ 108 108 public function test_jquery_in_footer() { 109 $scripts = new WP_Scripts ;109 $scripts = new WP_Scripts(); 110 110 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ) ); 111 111 $scripts->add( 'jquery-core', '/jquery.js', array() );
Note: See TracChangeset
for help on using the changeset viewer.