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_includes_capabilities.php

    r828 r894  
    216216    }
    217217
     218    /**
     219     * @ticket 20488
     220     */
    218221    function test_file_edit_caps_not_reliant_on_unfiltered_html_constant() {
    219         $this->knownWPBug(20488);
    220222        if ( defined( 'DISALLOW_FILE_MODS' ) || defined( 'DISALLOW_FILE_EDIT' ) )
    221223            $this->markTestSkipped('DISALLOW_FILE_MODS or DISALLOW_FILE_EDIT is defined.');
Note: See TracChangeset for help on using the changeset viewer.