Changeset 37914 for trunk/tests/phpunit/tests/xmlrpc/wp/newTerm.php
- Timestamp:
- 06/29/2016 03:15:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/newTerm.php
r25002 r37914 45 45 $this->assertInstanceOf( 'IXR_Error', $result ); 46 46 $this->assertEquals( 401, $result->code ); 47 $this->assertEquals( __( ' You are not allowed to create terms in this taxonomy.' ), $result->message );47 $this->assertEquals( __( 'Sorry, you are not allowed to create terms in this taxonomy.' ), $result->message ); 48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.