Make WordPress Core


Ignore:
Timestamp:
02/11/2021 03:15:37 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Tests: Add missing @covers tags for files in phpunit/tests/dependencies/.

Props patopaiar, jrf.
See #39265.

File:
1 edited

Legend:

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

    r50259 r50287  
    33 * @group dependencies
    44 * @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
    511 */
    612class Tests_Dependencies_Scripts extends WP_UnitTestCase {
     
    265271     *
    266272     * @ticket 35873
     273     *
     274     * @covers WP_Dependencies::add
     275     * @covers WP_Dependencies::enqueue
     276     * @covers WP_Dependencies::do_items
    267277     */
    268278    public function test_group_mismatch_in_deps() {
Note: See TracChangeset for help on using the changeset viewer.