Changeset 879 in tests
- Timestamp:
- 07/03/2012 07:21:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_query_results.php
r878 r879 1 1 <?php 2 2 3 // Test various query vars and make sure the WP_Query class selects the correct posts. 4 // We're testing against a known data set, so we can check that specific posts are included in the output. 5 3 /** 4 * 5 * Test various query vars and make sure the WP_Query class selects the correct posts. 6 * We're testing against a known data set, so we can check that specific posts are included in the output. 7 * 8 * @group query 9 */ 6 10 class TestWPQueryPosts extends WP_UnitTestCase { 7 11 protected $q;
Note: See TracChangeset
for help on using the changeset viewer.