mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user