Changeset 894 in tests for trunk/tests/test_includes_taxonomy.php
- Timestamp:
- 07/09/2012 03:32:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_includes_taxonomy.php
r860 r894 13 13 } 14 14 15 /** 16 * @ticket 5417 17 */ 15 18 function test_get_unknown_taxonomies() { 16 19 // taxonomies for an unknown object type 17 $this->knownWPBug(5417);18 20 $this->assertEquals( array(), get_object_taxonomies(rand_str()) ); 19 21 $this->assertEquals( array(), get_object_taxonomies('') ); … … 156 158 } 157 159 160 /** 161 * @ticket 5381 162 */ 158 163 function test_is_term_type() { 159 164 // insert a term 160 $this->knownWPBug(5381);161 165 $term = rand_str(); 162 166 $t = wp_insert_term( $term, $this->taxonomy );
Note: See TracChangeset
for help on using the changeset viewer.