Make WordPress Core

Changeset 879 in tests


Ignore:
Timestamp:
07/03/2012 07:21:14 PM (13 years ago)
Author:
nacin
Message:

Add @group annotation to test_query_results.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/test_query_results.php

    r878 r879  
    11<?php
    22
    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 */
    610class TestWPQueryPosts extends WP_UnitTestCase {
    711    protected $q;
Note: See TracChangeset for help on using the changeset viewer.