Make WordPress Core

Changeset 864 in tests


Ignore:
Timestamp:
07/02/2012 06:01:36 PM (14 years ago)
Author:
nacin
Message:

@group for test_query.php. see #96.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-testcase/test_query.php

    r863 r864  
    11<?php
    22
    3 // test the is_*() functions in query.php across the URL structure
    4 
    5 // this exercises both query.php and rewrite.php: urls are fed through the rewrite code,
    6 // then we test the effects of each url on the wp_query object.
    7 
     3/**
     4 * Test the is_*() functions in query.php across the URL structure
     5 *
     6 * This exercises both query.php and rewrite.php: urls are fed through the rewrite code,
     7 * then we test the effects of each url on the wp_query object.
     8 *
     9 * @group query
     10 * @group rewrite
     11 */
    812class TestWPQueryVars extends WP_UnitTestCase {
    913
     
    609613}
    610614
     615/**
     616 * @group query
     617 * @group rewrite
     618 */
    611619class TestWPQueryVerbosePageRules extends TestWPQueryVars {
    612620    function setUp() {
Note: See TracChangeset for help on using the changeset viewer.