Changeset 48937 for trunk/tests/phpunit/tests/xmlrpc/wp/getProfile.php
- Timestamp:
- 09/02/2020 12:35:36 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/getProfile.php
r46586 r48937 10 10 $result = $this->myxmlrpcserver->wp_getProfile( array( 1, 'username', 'password' ) ); 11 11 $this->assertIXRError( $result ); 12 $this->assert Equals( 403, $result->code );12 $this->assertSame( 403, $result->code ); 13 13 } 14 14
Note: See TracChangeset
for help on using the changeset viewer.