Changeset 43571 for trunk/tests/phpunit/tests/link/getAdjacentPost.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/link/getAdjacentPost.php
r42828 r43571 94 94 global $wpdb; 95 95 $wpdb->insert( 96 $wpdb->term_taxonomy, array( 96 $wpdb->term_taxonomy, 97 array( 97 98 'taxonomy' => 'foo', 98 99 'term_id' => 12345, … … 251 252 252 253 $terms = self::factory()->term->create_many( 253 2, array( 254 2, 255 array( 254 256 'taxonomy' => 'wptests_tax', 255 257 ) … … 284 286 285 287 $terms = self::factory()->term->create_many( 286 2, array( 288 2, 289 array( 287 290 'taxonomy' => 'wptests_tax', 288 291 )
Note: See TracChangeset
for help on using the changeset viewer.