Changeset 35242 for trunk/tests/phpunit/tests/option/userSettings.php
- Timestamp:
- 10/17/2015 06:02:16 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/option/userSettings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/userSettings.php
r35225 r35242 6 6 parent::setUp(); 7 7 8 $this->user_id = self:: $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.