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/jquery.php

    r49101 r50287  
    77class Tests_Dependencies_jQuery extends WP_UnitTestCase {
    88
     9    /**
     10     * @covers WP_Scripts::query
     11     */
    912    function test_location_of_jquery() {
    1013        $scripts = new WP_Scripts;
     
    4851     *
    4952     * @expectedIncorrectUsage wp_deregister_script
     53     *
     54     * @covers ::wp_script_is
    5055     */
    5156    function test_dont_allow_deregister_core_scripts_in_admin() {
     
    9196    /**
    9297     * @ticket 28404
     98     *
     99     * @covers ::wp_script_is
    93100     */
    94101    function test_wp_script_is_dep_enqueued() {
     
    105112     *
    106113     * @ticket 25247
     114     *
     115     * @covers WP_Scripts::do_items
    107116     */
    108117    function test_jquery_in_footer() {
Note: See TracChangeset for help on using the changeset viewer.