Changeset 40417 for trunk/tests/phpunit/tests/xmlrpc/basic.php
- Timestamp:
- 04/12/2017 02:58:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/basic.php
r37980 r40417 12 12 $result = $this->myxmlrpcserver->wp_getOptions( array( 1, 'username', 'password' ) ); 13 13 14 $this->assertI nstanceOf( 'IXR_Error',$result );14 $this->assertIXRError( $result ); 15 15 // If disabled, 405 would result. 16 16 $this->assertEquals( 403, $result->code );
Note: See TracChangeset
for help on using the changeset viewer.