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-xmlrpc-api/test_wp_getPages.php

    r883 r894  
    6060    }
    6161
    62     function test_semi_capable_user() {
    63         $this->knownWPBug( 20629 );
    64 
     62    /**
     63     * @ticket 20629
     64     */
     65    function test_semi_capable_user() {
    6566        add_filter( 'map_meta_cap', array( $this, 'remove_editor_edit_page_cap') , 10, 4 );
    6667
Note: See TracChangeset for help on using the changeset viewer.