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

Props pbearne, jrf.
See #39265.

git-svn-id: https://develop.svn.wordpress.org/trunk@49006 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-09-19 15:52:03 +00:00
parent 898eb5fc51
commit 835e9c48a4
27 changed files with 102 additions and 29 deletions

View File

@@ -5,6 +5,7 @@
*
* @group functions.php
* @group plugins
* @covers ::plugin_basename
*/
class Tests_Functions_PluginBasename extends WP_UnitTestCase {