You appear to be a bot. Output may be restricted
Description
Usage
Tests_XMLRPC_wp_newTerm::test_add_term();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/xmlrpc/wp/newTerm.php
Lines:
1 to 18 of 18
public function test_add_term() { $this->make_user_by_role( 'editor' ); $result = $this->myxmlrpcserver->wp_newTerm( array( 1, 'editor', 'editor', array( 'taxonomy' => 'category', 'name' => 'test', ), ) ); $this->assertNotIXRError( $result ); $this->assertStringMatchesFormat( '%d', $result ); }