Changeset 30401 for trunk/tests/phpunit/tests/link.php
- Timestamp:
- 11/20/2014 01:47:30 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/link.php
r30383 r30401 196 196 // Bump term_taxonomy to mimic shared term offsets. 197 197 global $wpdb; 198 $wpdb->insert( $wpdb->term_taxonomy, array( 'taxonomy' => 'foo', 'term_id' => 12345 ) );198 $wpdb->insert( $wpdb->term_taxonomy, array( 'taxonomy' => 'foo', 'term_id' => 12345, 'description' => '' ) ); 199 199 200 200 $include = $this->factory->term->create( array(
Note: See TracChangeset
for help on using the changeset viewer.