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

    r877 r894  
    103103    function test($test_url, $expected, $ticket = 0) {
    104104        if ( $ticket )
    105             $this->knownWPBug($ticket);
     105            $this->knownWPBug( $ticket );
    106106
    107107        $ticket_ref = ($ticket > 0) ? 'Ticket #' . $ticket : null;
Note: See TracChangeset for help on using the changeset viewer.