Changeset 54890
- Timestamp:
- 11/29/2022 12:40:08 PM (23 months ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/menu/wp-nav-menu.php
r54801 r54890 8 8 class Tests_Menu_wpNavMenu extends WP_UnitTestCase { 9 9 10 static $menu_id = 0;11 static $lvl0_menu_item = 0;12 static $lvl1_menu_item = 0;13 static $lvl2_menu_item = 0;14 static $lvl3_menu_item = 0;10 private static $menu_id = 0; 11 private static $lvl0_menu_item = 0; 12 private static $lvl1_menu_item = 0; 13 private static $lvl2_menu_item = 0; 14 private static $lvl3_menu_item = 0; 15 15 16 16 public static function set_up_before_class() { -
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.