Changeset 50287 for trunk/tests/phpunit/tests/dependencies/jquery.php
- Timestamp:
- 02/11/2021 03:15:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/jquery.php
r49101 r50287 7 7 class Tests_Dependencies_jQuery extends WP_UnitTestCase { 8 8 9 /** 10 * @covers WP_Scripts::query 11 */ 9 12 function test_location_of_jquery() { 10 13 $scripts = new WP_Scripts; … … 48 51 * 49 52 * @expectedIncorrectUsage wp_deregister_script 53 * 54 * @covers ::wp_script_is 50 55 */ 51 56 function test_dont_allow_deregister_core_scripts_in_admin() { … … 91 96 /** 92 97 * @ticket 28404 98 * 99 * @covers ::wp_script_is 93 100 */ 94 101 function test_wp_script_is_dep_enqueued() { … … 105 112 * 106 113 * @ticket 25247 114 * 115 * @covers WP_Scripts::do_items 107 116 */ 108 117 function test_jquery_in_footer() {
Note: See TracChangeset
for help on using the changeset viewer.