Changeset 35225 for trunk/tests/phpunit/tests/option/userSettings.php
- Timestamp:
- 10/16/2015 09:04:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/userSettings.php
r33947 r35225 6 6 parent::setUp(); 7 7 8 $this->user_id = $this->factory->user->create( array(8 $this->user_id = self::$factory->user->create( array( 9 9 'role' => 'administrator' 10 10 ) );
Note: See TracChangeset
for help on using the changeset viewer.