Changeset 112 in tests for wp-testcase/test_includes_taxonomy.php
- Timestamp:
- 12/04/2007 12:30:35 PM (19 years ago)
- File:
-
- 1 edited
-
wp-testcase/test_includes_taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-testcase/test_includes_taxonomy.php
r107 r112 13 13 function test_get_unknown_taxonomies() { 14 14 // taxonomies for an unknown object type 15 $this->knownWPBug(5417); 15 16 $this->assertEquals( array(), get_object_taxonomies(rand_str()) ); 16 17 $this->assertEquals( array(), get_object_taxonomies('') );
Note: See TracChangeset
for help on using the changeset viewer.