Changeset 35225 for trunk/tests/phpunit/tests/customize/widgets.php
- Timestamp:
- 10/16/2015 09:04:12 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/customize/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/widgets.php
r34563 r35225 31 31 remove_action( 'after_setup_theme', 'twentyfifteen_setup' ); // @todo We should not be including a theme anyway 32 32 33 $user_id = $this->factory->user->create( array( 'role' => 'administrator' ) );33 $user_id = self::$factory->user->create( array( 'role' => 'administrator' ) ); 34 34 wp_set_current_user( $user_id ); 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.