Changeset 35242 for trunk/tests/phpunit/tests/ajax/QuickEdit.php
- Timestamp:
- 10/17/2015 06:02:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/QuickEdit.php
r35225 r35242 26 26 ) ); 27 27 28 $t1 = self:: $factory->term->create( array(28 $t1 = self::factory()->term->create( array( 29 29 'taxonomy' => 'wptests_tax_1', 30 30 ) ); 31 $t2 = self:: $factory->term->create( array(31 $t2 = self::factory()->term->create( array( 32 32 'taxonomy' => 'wptests_tax_2', 33 33 ) ); … … 36 36 $this->_setRole( 'administrator' ); 37 37 38 $post = self:: $factory->post->create_and_get( array(38 $post = self::factory()->post->create_and_get( array( 39 39 'post_author' => get_current_user_id(), 40 40 ) );
Note: See TracChangeset
for help on using the changeset viewer.