Changeset 35242 for trunk/tests/phpunit/tests/customize/widgets.php
- Timestamp:
- 10/17/2015 06:02:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/widgets.php
r35236 r35242 39 39 remove_action( 'after_setup_theme', 'twentyfifteen_setup' ); // @todo We should not be including a theme anyway 40 40 41 $user_id = self:: $factory->user->create( array( 'role' => 'administrator' ) );41 $user_id = self::factory()->user->create( array( 'role' => 'administrator' ) ); 42 42 wp_set_current_user( $user_id ); 43 43
Note: See TracChangeset
for help on using the changeset viewer.