Changeset 43571 for trunk/tests/phpunit/tests/term/getTheTerms.php
- Timestamp:
- 08/17/2018 01:50:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/getTheTerms.php
r42343 r43571 28 28 // wp_get_object_terms() does not prime the cache. 29 29 wp_get_object_terms( 30 $post_id, $this->taxonomy, array( 30 $post_id, 31 $this->taxonomy, 32 array( 31 33 'fields' => 'names', 32 34 'orderby' => 't.term_id', … … 65 67 66 68 $_updated = wp_update_term( 67 $tag_id, 'post_tag', array( 69 $tag_id, 70 'post_tag', 71 array( 68 72 'description' => 'This description is even more amazing!', 69 73 ) … … 257 261 // Create Test Category. 258 262 $term_ids = self::factory()->term->create_many( 259 2, array( 263 2, 264 array( 260 265 'taxonomy' => 'wptests_tax', 261 266 )
Note: See TracChangeset
for help on using the changeset viewer.