You appear to be a bot. Output may be restricted
Description
Usage
Tests_XMLRPC_wp_newPost::test_capable_private();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/xmlrpc/wp/newPost.php
Lines:
1 to 11 of 11
public function test_capable_private() { $this->make_user_by_role( 'editor' ); $post = array( 'post_title' => 'Test', 'post_status' => 'private', ); $result = $this->myxmlrpcserver->wp_newPost( array( 1, 'editor', 'editor', $post ) ); $this->assertNotIXRError( $result ); }