Changeset 27459
- Timestamp:
- 03/07/2014 07:35:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/getTerms.php
r27458 r27459 165 165 $term_id2 = $this->factory->category->create(); 166 166 $term_id22 = $this->factory->category->create( array( 'parent' => $term_id2 ) ); 167 168 // There's something else broken in the cache cleaning routines that leads to this having to be done manually169 delete_option( 'category_children' );170 167 171 168 $terms = get_terms( 'category', array(
Note: See TracChangeset
for help on using the changeset viewer.