Changeset 11737 for trunk/tests/phpunit/testcases/routing/friends.php
- Timestamp:
- 11/03/2017 07:44:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/routing/friends.php
r9819 r11737 11 11 12 12 $this->old_current_user = get_current_user_id(); 13 $this->set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );13 $this->set_current_user( self::factory()->user->create( array( 'role' => 'subscriber' ) ) ); 14 14 } 15 15
Note: See TracChangeset
for help on using the changeset viewer.