Changeset 28809
- Timestamp:
- 06/23/2014 10:26:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/results.php
r28803 r28809 649 649 650 650 $result = $this->q->query( array( 'handbook' => 'getting-started', 'post_type' => 'handbook' ) ); 651 $this->assert Equals( 1, $this->q->post_count );651 $this->assertCount( 1, $result ); 652 652 } 653 653
Note: See TracChangeset
for help on using the changeset viewer.