Make WordPress Core


Ignore:
Timestamp:
07/09/2012 03:32:24 PM (13 years ago)
Author:
nacin
Message:

Convert knownWPBug and knownUTBug to @ticket annotations. fixes #102.

Allows for an extra description to be included with the annotation,
which will be passed to markTestSkipped().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/test_includes_class-wp-theme.php

    r883 r894  
    7171    }
    7272
     73    /**
     74     * @ticket 20313
     75     */
    7376    function test_new_WP_Theme_subdir_bad_root() {
    74         $this->knownWPBug( 20313 );
    7577        // This is what get_theme_data() does when you pass it a style.css file for a theme in a subdir.
    7678        $theme = new WP_Theme( 'theme2', $this->theme_root . '/subdir' );
Note: See TracChangeset for help on using the changeset viewer.