Make WordPress Core

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

    r879 r894  
    259259    }
    260260
     261    /**
     262     * @ticket 18897
     263     */
    261264    function test_query_offset_and_paged() {
    262         $this->knownWPBug(18897);
    263 
    264265        $posts = $this->q->query('paged=2&offset=3');
    265266
Note: See TracChangeset for help on using the changeset viewer.