- Timestamp:
- 07/07/2021 10:32:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/mt/getRecentPostTitles.php
r48937 r51367 27 27 $result = $this->myxmlrpcserver->mt_getRecentPostTitles( array( 1, 'author', 'author' ) ); 28 28 $this->assertNotIXRError( $result ); 29 $this->assert Same( 0, count( $result ));29 $this->assertCount( 0, $result ); 30 30 } 31 31
Note: See TracChangeset
for help on using the changeset viewer.