Tests: Move the tests for pluggable function signatures to the pluggable directory.

This aims to bring some consistency to the location of pluggable function tests.

Includes:
* Renaming the test class to better reflect the intention of the tests.
* Adding a `@coversNothing` tag to the class DocBlock.

Follow-up to [34126], [53478], [54702].

Props pbearne, SergeyBiryukov.
See #56793, #56782.

git-svn-id: https://develop.svn.wordpress.org/trunk@54716 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2022-10-29 13:39:05 +00:00
parent 874aa24b4e
commit eddc7c648a
@@ -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.