- Timestamp:
- 07/07/2021 10:32:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-search-controller.php
r49603 r51367 176 176 177 177 $this->assertSame( 200, $response->get_status() ); 178 $this->assert Same( 3, count( $response->get_data()) );178 $this->assertCount( 3, $response->get_data() ); 179 179 } 180 180
Note: See TracChangeset
for help on using the changeset viewer.