Changeset 38078 for trunk/tests/phpunit/tests/xmlrpc/wp/newTerm.php
- Timestamp:
- 07/17/2016 04:23:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/newTerm.php
r37914 r38078 27 27 $this->assertInstanceOf( 'IXR_Error', $result ); 28 28 $this->assertEquals( 403, $result->code ); 29 $this->assertEquals( __( 'Invalid taxonomy ' ), $result->message );29 $this->assertEquals( __( 'Invalid taxonomy.' ), $result->message ); 30 30 } 31 31 … … 36 36 $this->assertInstanceOf( 'IXR_Error', $result ); 37 37 $this->assertEquals( 403, $result->code ); 38 $this->assertEquals( __( 'Invalid taxonomy ' ), $result->message );38 $this->assertEquals( __( 'Invalid taxonomy.' ), $result->message ); 39 39 } 40 40
Note: See TracChangeset
for help on using the changeset viewer.