Changeset 903 in tests for trunk/tests/test_query_results.php
- Timestamp:
- 07/16/2012 05:24:25 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/tests/test_query_results.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_query_results.php
r894 r903 22 22 $this->factory->post->create( array( 'post_title' => 'cats-b-and-c', 'post_date' => '2009-02-01 00:00:00', 'post_category' => array( $cat_b, $cat_c ) ) ); 23 23 $this->factory->post->create( array( 'post_title' => 'cats-a-and-c', 'post_date' => '2009-03-01 00:00:00', 'post_category' => array( $cat_a, $cat_c ) ) ); 24 $this->factory->post->create( array( 'post_title' => 'cat-a', 'post_date' => '2009-04-01 00:00:00', 'post_category' => array( $cat_a ) ) ); 24 $this->factory->post->create( array( 'post_title' => 'cat-a', 'post_date' => '2009-04-01 00:00:00', 'post_category' => array( $cat_a ) ) ); 25 25 $this->factory->post->create( array( 'post_title' => 'cat-b', 'post_date' => '2009-05-01 00:00:00', 'post_category' => array( $cat_b ) ) ); 26 26 $this->factory->post->create( array( 'post_title' => 'cat-c', 'post_date' => '2009-06-01 00:00:00', 'post_category' => array( $cat_c ) ) );
Note: See TracChangeset
for help on using the changeset viewer.