Make WordPress Core


Ignore:
Timestamp:
07/09/2012 03:32:24 PM (14 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_admin_includes_theme.php

    r828 r894  
    3636        }
    3737
     38        /**
     39         * @ticket 10959
     40         * @ticket 11216
     41         */
    3842        function test_page_templates() {
    39                 $this->knownWPBug(10959);
    40                 $this->knownWPBug(11216);
    4143                $theme = get_theme('Page Template Theme');
    4244                $this->assertFalse( empty($theme) );
Note: See TracChangeset for help on using the changeset viewer.