Make WordPress Core

Changeset 894 in tests for trunk/tests/test_actions.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_actions.php

    r892 r894  
    218218        }
    219219
     220        /**
     221         * @ticket 11241
     222         */
    220223        function test_action_keyed_array() {
    221                 $this->knownWPBug(11241);
    222224                $a = new MockAction();
    223225
Note: See TracChangeset for help on using the changeset viewer.