Ticket #32014: 32014.patch
| File 32014.patch, 644 bytes (added by , 11 years ago) |
|---|
-
tests/phpunit/tests/term/wpUpdateTerm.php
274 274 $t1 = wp_insert_term( 'Foo', 'wptests_tax' ); 275 275 $t2 = wp_insert_term( 'Foo', 'wptests_tax_2' ); 276 276 277 // Manually modify because s plitterms shouldn't naturally occur.277 // Manually modify because shared terms shouldn't naturally occur. 278 278 $wpdb->update( $wpdb->term_taxonomy, 279 279 array( 'term_id' => $t1['term_id'] ), 280 280 array( 'term_taxonomy_id' => $t2['term_taxonomy_id'] ),