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

    r883 r894  
    88class WP_Test_Actions_Closures extends WP_UnitTestCase {
    99
     10    /**
     11     * @ticket 10493
     12     */
    1013    function test_action_closure() {
    11         $this->knownWPBug(10493);
    12 
    1314        $tag = rand_str();
    1415        $closure = function($a, $b) { $GLOBALS[$a] = $b;};
Note: See TracChangeset for help on using the changeset viewer.