Changeset 864 in tests
- Timestamp:
- 07/02/2012 06:01:36 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-testcase/test_query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-testcase/test_query.php
r863 r864 1 1 <?php 2 2 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 */ 8 12 class TestWPQueryVars extends WP_UnitTestCase { 9 13 … … 609 613 } 610 614 615 /** 616 * @group query 617 * @group rewrite 618 */ 611 619 class TestWPQueryVerbosePageRules extends TestWPQueryVars { 612 620 function setUp() {
Note: See TracChangeset
for help on using the changeset viewer.