Changeset 41575
- Timestamp:
- 09/23/2017 08:19:54 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/editTerm.php
r40916 r41575 87 87 $this->assertIXRError( $result ); 88 88 $this->assertEquals( 403, $result->code ); 89 $this->assertEquals( __( "This taxonomy is not hierarchical so you can't set a parent."), $result->message );89 $this->assertEquals( __( 'Cannot set parent term, taxonomy is not hierarchical.' ), $result->message ); 90 90 } 91 91
Note: See TracChangeset
for help on using the changeset viewer.