Changeset 28664 for trunk/tests/phpunit/tests/query/results.php
- Timestamp:
- 06/04/2014 05:49:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/results.php
r28613 r28664 514 514 $this->assertEqualSets( array( $author_1, $author_2 ), $author_ids ); 515 515 516 $posts = $this->q->query( array( 'author__in' => array() ) ); 517 $this->assertEmpty( $posts ); 518 516 519 $posts = $this->q->query( array( 517 520 'author__not_in' => array( $author_1, $author_2 ),
Note: See TracChangeset
for help on using the changeset viewer.