- Timestamp:
- 02/10/2021 01:24:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php
r50157 r50284 1200 1200 1201 1201 $this->assertCount( 1, $data ); 1202 $this->assert Equals( $post_ids[0], $data[0]['id'] );1202 $this->assertSame( $post_ids[0], $data[0]['id'] ); 1203 1203 } 1204 1204
Note: See TracChangeset
for help on using the changeset viewer.