Changeset 49184 for trunk/tests/phpunit/tests/user/listAuthors.php
- Timestamp:
- 10/17/2020 04:24:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/listAuthors.php
r48944 r49184 5 5 */ 6 6 class Tests_User_ListAuthors extends WP_UnitTestCase { 7 static $user_ids = array();8 static $fred_id;9 static $posts = array();10 static $user_urls = array();7 public static $user_ids = array(); 8 public static $fred_id; 9 public static $posts = array(); 10 public static $user_urls = array(); 11 11 /* Defaults 12 12 'orderby' => 'name',
Note: See TracChangeset
for help on using the changeset viewer.