You appear to be a bot. Output may be restricted
Description
Usage
Tests_XMLRPC_mw_newPost::test_invalid_username_password();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/xmlrpc/mw/newPost.php
Lines:
1 to 7 of 7
public function test_invalid_username_password() { $post = array(); $result = $this->myxmlrpcserver->mw_newPost( array( 1, 'username', 'password', $post ) ); $this->assertIXRError( $result ); $this->assertSame( 403, $result->code ); }