Changeset 48937 for trunk/tests/phpunit/tests/ajax/ReplytoComment.php
- Timestamp:
- 09/02/2020 12:35:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/ReplytoComment.php
r48220 r48937 78 78 79 79 // Check the meta data. 80 $this->assert Equals( -1, (string) $xml->response[0]->comment['position'] );80 $this->assertSame( '-1', (string) $xml->response[0]->comment['position'] ); 81 81 $this->assertGreaterThan( 0, (int) $xml->response[0]->comment['id'] ); 82 82 $this->assertNotEmpty( (string) $xml->response['action'] );
Note: See TracChangeset
for help on using the changeset viewer.