Changeset 38698 for trunk/tests/phpunit/tests/xmlrpc/wp/editTerm.php
- Timestamp:
- 09/30/2016 10:39:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/editTerm.php
r38078 r38698 50 50 $this->assertInstanceOf( 'IXR_Error', $result ); 51 51 $this->assertEquals( 401, $result->code ); 52 $this->assertEquals( __( 'Sorry, you are not allowed to edit t erms in this taxonomy.' ), $result->message );52 $this->assertEquals( __( 'Sorry, you are not allowed to edit this term.' ), $result->message ); 53 53 } 54 54
Note: See TracChangeset
for help on using the changeset viewer.