Changeset 49184 for trunk/tests/phpunit/tests/query/commentCount.php
- Timestamp:
- 10/17/2020 04:24:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/commentCount.php
r48939 r49184 4 4 */ 5 5 class Tests_Query_CommentCount extends WP_UnitTestCase { 6 static $post_ids = array();6 public static $post_ids = array(); 7 7 public $q; 8 static $post_type = 'page'; // Can be anything.8 public static $post_type = 'page'; // Can be anything. 9 9 10 10 public function setUp() {
Note: See TracChangeset
for help on using the changeset viewer.