Changeset 49603 for trunk/tests/phpunit/tests/adminbar.php
- Timestamp:
- 11/15/2020 01:59:32 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/adminbar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/adminbar.php
r48937 r49603 21 21 } 22 22 23 public static function wpSetUpBeforeClass( $factory ) {23 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 24 24 self::$editor_id = $factory->user->create( array( 'role' => 'editor' ) ); 25 25 self::$user_ids[] = self::$editor_id;
Note: See TracChangeset
for help on using the changeset viewer.