Changeset 49603 for trunk/tests/phpunit/tests/ajax/Autosave.php
- Timestamp:
- 11/15/2020 01:59:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/Autosave.php
r48220 r49603 29 29 protected static $user_ids = array(); 30 30 31 public static function wpSetUpBeforeClass( $factory ) {31 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 32 32 self::$admin_id = $factory->user->create( array( 'role' => 'administrator' ) ); 33 33 self::$user_ids[] = self::$admin_id;
Note: See TracChangeset
for help on using the changeset viewer.