Make WordPress Core

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

    r828 r894  
    1212    function setUp() {
    1313        if ( is_multisite() )
    14             $this->knownUTBug(35);
     14            $this->knownUTBug( 35 );
    1515
    1616        parent::setUp();
     
    5151    }
    5252
     53    /**
     54     * @ticket 5953
     55     */
    5356    function test_upload_dir_absolute() {
    54         $this->knownWPBug(5953);
    5557        // wp_upload_dir() with an absolute upload path
    5658        update_option( 'upload_path', '/tmp' );
Note: See TracChangeset for help on using the changeset viewer.