Changeset 49184 for trunk/tests/phpunit/tests/user/countUserPosts.php
- Timestamp:
- 10/17/2020 04:24:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/countUserPosts.php
r46586 r49184 6 6 */ 7 7 class Tests_User_CountUserPosts extends WP_UnitTestCase { 8 static $user_id;9 static $post_ids = array();8 public static $user_id; 9 public static $post_ids = array(); 10 10 11 11 public static function wpSetUpBeforeClass( $factory ) {
Note: See TracChangeset
for help on using the changeset viewer.