Changeset 54890 for trunk/tests/phpunit/tests/query/fieldsClause.php
- Timestamp:
- 11/29/2022 12:40:08 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/fieldsClause.php
r54889 r54890 12 12 * @var int[] 13 13 */ 14 static $post_ids = array();14 private static $post_ids = array(); 15 15 16 16 /** … … 19 19 * @var int[] 20 20 */ 21 static $page_ids = array();21 private static $page_ids = array(); 22 22 23 23 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) {
Note: See TracChangeset
for help on using the changeset viewer.