Changeset 43571 for trunk/tests/phpunit/tests/term/wpTerm.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/wpTerm.php
r42343 r43571 20 20 if ( ! get_term( 1 ) ) { 21 21 $wpdb->insert( 22 $wpdb->terms, array( 22 $wpdb->terms, 23 array( 23 24 'term_id' => 1, 24 25 ) … … 26 27 27 28 $wpdb->insert( 28 $wpdb->term_taxonomy, array( 29 $wpdb->term_taxonomy, 30 array( 29 31 'term_id' => 1, 30 32 'taxonomy' => 'wptests_tax',
Note: See TracChangeset
for help on using the changeset viewer.