Make WordPress Core

Changeset 54052


Ignore:
Timestamp:
09/01/2022 04:48:26 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Tests: Correct the @covers tag syntax in a taxonomy_exists() test with non-string taxonomy.

This addresses a notice when generating the code coverage report:

"@covers :taxonomy_exists" is invalid

Follow-up to [53869].

See #56338, #55652.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/taxonomy.php

    r53869 r54052  
    135135     * @ticket 56338
    136136     *
    137      * @covers :taxonomy_exists
     137     * @covers ::taxonomy_exists
    138138     *
    139139     * @dataProvider data_taxonomy_exists_should_return_false_with_non_string_taxonomy
Note: See TracChangeset for help on using the changeset viewer.