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