Changeset 1242 in tests
- Timestamp:
- 03/13/2013 02:24:49 AM (13 years ago)
- Location:
- trunk/tests
- Files:
-
- 1 added
- 1 edited
- 1 copied
-
query.php (added)
-
query/conditionals.php (copied) (copied from trunk/tests/query.php) (1 diff)
-
query/verboseRewriteRules.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/query/conditionals.php
r1241 r1242 10 10 * @group rewrite 11 11 */ 12 class Tests_Query extends WP_UnitTestCase {12 class Tests_Query_Conditionals extends WP_UnitTestCase { 13 13 14 14 protected $page_ids; -
trunk/tests/query/verboseRewriteRules.php
r915 r1242 7 7 * @group rewrite 8 8 */ 9 class Tests_Query_VerbosePageRules extends Tests_Query {9 class Tests_Query_VerbosePageRules extends Tests_Query_Conditionals { 10 10 function setUp() { 11 11 parent::setUp();
Note: See TracChangeset
for help on using the changeset viewer.