Changeset 31286 for trunk/tests/phpunit/tests/query/isTerm.php
- Timestamp:
- 01/27/2015 08:03:50 PM (10 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/isTerm.php
r31285 r31286 2 2 3 3 /** 4 * Test the is_*() functions in query.php across the URL structure4 * Test the is_*() functions in query.php related to taxonomy terms across the URL structure. 5 5 * 6 6 * This exercises both query.php and rewrite.php: urls are fed through the rewrite code, … … 9 9 * @group query 10 10 * @group rewrite 11 * @group taxonomy 11 12 */ 12 class Tests_Query_ TaxQueryextends WP_UnitTestCase {13 class Tests_Query_IsTerm extends WP_UnitTestCase { 13 14 protected $tag_id; 14 15 protected $cat_id;
Note: See TracChangeset
for help on using the changeset viewer.