Make WordPress Core

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

    r877 r894  
    77 */
    88class Test_wp_filter_post_kses extends WP_UnitTestCase {
     9
     10    /**
     11     * @ticket 20210
     12     */
    913    function test_wp_filter_post_kses_address() {
    1014        global $allowedposttags;
    11 
    12         $this->knownWPBug( 20210 );
    1315
    1416        $attributes = array(
     
    2527    }
    2628
     29    /**
     30     * @ticket 20210
     31     */
    2732    function test_wp_filter_post_kses_a() {
    2833        global $allowedposttags;
    29 
    30         $this->knownWPBug( 20210 );
    3134
    3235        $attributes = array(
     
    4851    }
    4952
     53    /**
     54     * @ticket 20210
     55     */
    5056    function test_wp_filter_post_kses_abbr() {
    5157        global $allowedposttags;
    52 
    53         $this->knownWPBug( 20210 );
    5458
    5559        $attributes = array(
Note: See TracChangeset for help on using the changeset viewer.