Changeset 35242 for trunk/tests/phpunit/tests/post/meta.php
- Timestamp:
- 10/17/2015 06:02:16 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/post/meta.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/meta.php
r35225 r35242 9 9 parent::setUp(); 10 10 11 $this->author = new WP_User( self:: $factory->user->create( array( 'role' => 'editor' ) ) );11 $this->author = new WP_User( self::factory()->user->create( array( 'role' => 'editor' ) ) ); 12 12 13 13 $post = array(
Note: See TracChangeset
for help on using the changeset viewer.