Changeset 45588 for trunk/tests/phpunit/tests/customize/section.php
- Timestamp:
- 07/02/2019 04:43:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/section.php
r43571 r45588 11 11 12 12 public static function wpSetUpBeforeClass( $factory ) { 13 self::$user_ids[] = self::$admin_id = $factory->user->create( array( 'role' => 'administrator' ) ); 13 self::$admin_id = $factory->user->create( array( 'role' => 'administrator' ) ); 14 self::$user_ids[] = self::$admin_id; 14 15 } 15 16
Note: See TracChangeset
for help on using the changeset viewer.