Changeset 35242 for trunk/tests/phpunit/tests/xmlrpc/wp/getTerms.php
- Timestamp:
- 10/17/2015 06:02:16 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/xmlrpc/wp/getTerms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/getTerms.php
r35225 r35242 107 107 $cat2 = wp_create_category( 'wp.getTerms_' . rand_str( 16 ) ); 108 108 109 self:: $factory->post->create_many( 5, array( 'post_category' => array( $cat1 ) ) );110 self:: $factory->post->create_many( 3, array( 'post_category' => array( $cat2 ) ) );109 self::factory()->post->create_many( 5, array( 'post_category' => array( $cat1 ) ) ); 110 self::factory()->post->create_many( 3, array( 'post_category' => array( $cat2 ) ) ); 111 111 112 112 $filter = array( 'orderby' => 'count', 'order' => 'DESC' );
Note: See TracChangeset
for help on using the changeset viewer.