Make WordPress Core

Changeset 893 in tests for trunk/tests/test_post_output.php


Ignore:
Timestamp:
07/09/2012 02:38:23 PM (12 years ago)
Author:
nacin
Message:

Use @ticket annotation for tracking related tickets, largely replacing knownWPBug() and friends.

The existing methods should remain, for use in dynamic or conditional contexts, like the canonical tests or an is_multisite() check.

props duck_. see #102.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/test_post_output.php

    r875 r893  
    128128 * @group media
    129129 * @group gallery
     130 * @ticket UT30
    130131 */
    131132class WPTestGalleryPost extends WP_UnitTestCase { // _WPDataset1
    132133    function setUp() {
    133         $this->knownUTBug(30);
    134134        parent::setUp();
    135135        global $wp_rewrite;
Note: See TracChangeset for help on using the changeset viewer.