Make WordPress Core

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


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

    r828 r894  
    193193    }
    194194
     195    /**
     196     * @ticket 9886
     197     */
    195198    function test_filter_ref_array() {
    196         $this->knownWPBug(9886);
    197199        $obj = new stdClass();
    198200        $a = new MockAction();
     
    210212    }
    211213
     214    /**
     215     * @ticket 12723
     216     */
    212217    function test_filter_ref_array_result() {
    213         $this->knownWPBug(12723);
    214218        $obj = new stdClass();
    215219        $a = new MockAction();
Note: See TracChangeset for help on using the changeset viewer.