Changeset 35225 for trunk/tests/phpunit/tests/ajax/QuickEdit.php
- Timestamp:
- 10/16/2015 09:04:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/QuickEdit.php
r31313 r35225 26 26 ) ); 27 27 28 $t1 = $this->factory->term->create( array(28 $t1 = self::$factory->term->create( array( 29 29 'taxonomy' => 'wptests_tax_1', 30 30 ) ); 31 $t2 = $this->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 = $this->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.