Make WordPress Core

Changeset 894 in tests for trunk/tests/test_ms.php


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

    r844 r894  
    242242    }
    243243
     244    /**
     245     * @ticket 18119
     246     */
    244247    function test_upload_is_user_over_quota() {
    245         $this->knownWPBug( 18119 );
    246 
    247248        $default_space_allowed = 50;
    248249        $echo = false;
Note: See TracChangeset for help on using the changeset viewer.