Changeset 37914 for trunk/tests/phpunit/tests/xmlrpc/wp/getTaxonomy.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/getTaxonomy.php
r25002 r37914 36 36 $this->assertInstanceOf( 'IXR_Error', $result ); 37 37 $this->assertEquals( 401, $result->code ); 38 $this->assertEquals( __( ' You are not allowed to assign terms in this taxonomy.' ), $result->message );38 $this->assertEquals( __( 'Sorry, you are not allowed to assign terms in this taxonomy.' ), $result->message ); 39 39 } 40 40
Note: See TracChangeset
for help on using the changeset viewer.