Changeset 51367 for trunk/tests/phpunit/tests/xmlrpc/mw/getRecentPosts.php
- Timestamp:
- 07/07/2021 10:32:56 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/mw/getRecentPosts.php
r51331 r51367 45 45 $result = $this->myxmlrpcserver->mw_getRecentPosts( array( 1, 'author', 'author' ) ); 46 46 $this->assertNotIXRError( $result ); 47 $this->assert Same( 0, count( $result ));47 $this->assertCount( 0, $result ); 48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.