Changeset 51367 for trunk/tests/phpunit/tests/xmlrpc/wp/getPostTypes.php
- Timestamp:
- 07/07/2021 10:32:56 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/getPostTypes.php
r51331 r51367 17 17 $this->assertNotIXRError( $result ); 18 18 $this->assertIsArray( $result ); 19 $this->assert Same( 0, count( $result ));19 $this->assertCount( 0, $result ); 20 20 } 21 21
Note: See TracChangeset
for help on using the changeset viewer.