Make WordPress Core


Ignore:
Timestamp:
12/04/2007 12:30:35 PM (19 years ago)
Author:
nbachiyski
Message:

Now we can use $this->knownWPBug(ticket_id) to skip test connected with open trac tickets. Similar knownMUBug() and knownPluginBug() were also added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-testcase/test_includes_taxonomy.php

    r107 r112  
    1313    function test_get_unknown_taxonomies() {
    1414        // taxonomies for an unknown object type
     15        $this->knownWPBug(5417);
    1516        $this->assertEquals( array(), get_object_taxonomies(rand_str()) );
    1617        $this->assertEquals( array(), get_object_taxonomies('') );
Note: See TracChangeset for help on using the changeset viewer.