Changeset 35225 for trunk/tests/phpunit/tests/attachment/slashes.php
- Timestamp:
- 10/16/2015 09:04:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/attachment/slashes.php
r34852 r35225 9 9 function setUp() { 10 10 parent::setUp(); 11 $this->author_id = $this->factory->user->create( array( 'role' => 'editor' ) );11 $this->author_id = self::$factory->user->create( array( 'role' => 'editor' ) ); 12 12 $this->old_current_user = get_current_user_id(); 13 13 wp_set_current_user( $this->author_id );
Note: See TracChangeset
for help on using the changeset viewer.