mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
191bf18e90
commit
36d14b8691
@ -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
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user