Changeset 51568 for trunk/tests/phpunit/tests/adminbar.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/adminbar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/adminbar.php
r51462 r51568 15 15 protected static $user_ids = array(); 16 16 17 public static function set UpBeforeClass() {18 parent::set UpBeforeClass();17 public static function set_up_before_class() { 18 parent::set_up_before_class(); 19 19 20 20 require_once ABSPATH . WPINC . '/class-wp-admin-bar.php';
Note: See TracChangeset
for help on using the changeset viewer.