diff --git a/tests/phpunit/tests/pluggable.php b/tests/phpunit/tests/pluggable/signatures.php similarity index 99% rename from tests/phpunit/tests/pluggable.php rename to tests/phpunit/tests/pluggable/signatures.php index 1c6a38a525..a802b03766 100644 --- a/tests/phpunit/tests/pluggable.php +++ b/tests/phpunit/tests/pluggable/signatures.php @@ -2,8 +2,10 @@ /** * @group pluggable + * + * @coversNothing */ -class Tests_Pluggable extends WP_UnitTestCase { +class Tests_Pluggable_Signatures extends WP_UnitTestCase { /** * Tests that the signatures of all functions in pluggable.php match their expected signature.