mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 11:44:33 +00:00
Use correct notation for global functions in @covers test annotations.
Props sgrant. Fixes #30769. git-svn-id: https://develop.svn.wordpress.org/trunk@30976 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
/**
|
||||
* @group query
|
||||
* @covers setup_postdata
|
||||
* @covers ::setup_postdata
|
||||
*/
|
||||
class Tests_Query_SetupPostdata extends WP_UnitTestCase {
|
||||
protected $global_keys = array( 'id', 'authordata', 'currentday', 'currentmonth', 'page', 'pages', 'multipage', 'more', 'numpages' );
|
||||
|
||||
Reference in New Issue
Block a user