Changeset 51367 for trunk/tests/phpunit/tests/xmlrpc/wp/getPost.php
- Timestamp:
- 07/07/2021 10:32:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/getPost.php
r51331 r51367 86 86 87 87 // When no fields are requested, only the IDs should be returned. 88 $this->assert Same( 1, count( $result ));88 $this->assertCount( 1, $result ); 89 89 $this->assertSame( array( 'post_id' ), array_keys( $result ) ); 90 90 }
Note: See TracChangeset
for help on using the changeset viewer.