Changeset 50287 for trunk/tests/phpunit/tests/dependencies/scripts.php
- Timestamp:
- 02/11/2021 03:15:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/scripts.php
r50259 r50287 3 3 * @group dependencies 4 4 * @group scripts 5 * @covers ::wp_enqueue_script 6 * @covers ::wp_register_script 7 * @covers ::wp_print_scripts 8 * @covers ::wp_script_add_data 9 * @covers ::wp_add_inline_script 10 * @covers ::wp_set_script_translations 5 11 */ 6 12 class Tests_Dependencies_Scripts extends WP_UnitTestCase { … … 265 271 * 266 272 * @ticket 35873 273 * 274 * @covers WP_Dependencies::add 275 * @covers WP_Dependencies::enqueue 276 * @covers WP_Dependencies::do_items 267 277 */ 268 278 public function test_group_mismatch_in_deps() {
Note: See TracChangeset
for help on using the changeset viewer.