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.

git-svn-id: https://develop.svn.wordpress.org/trunk@54052 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2022-09-01 16:48:26 +00:00
parent 191bf18e90
commit 36d14b8691

View File

@ -134,7 +134,7 @@ class Tests_Taxonomy extends WP_UnitTestCase {
*
* @ticket 56338
*
* @covers :taxonomy_exists
* @covers ::taxonomy_exists
*
* @dataProvider data_taxonomy_exists_should_return_false_with_non_string_taxonomy
*