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

    r771 r894  
    3030    }
    3131
     32    /**
     33     * @ticket 20201
     34     */
    3235    function test_option_values_subscriber() {
    3336        global $wp_version;
    34 
    35         $this->knownWPBug( 20201 );
    36 
    3737        $this->make_user_by_role( 'subscriber' );
    3838
Note: See TracChangeset for help on using the changeset viewer.