Changeset 48937 for trunk/tests/phpunit/tests/ajax/GetComments.php
- Timestamp:
- 09/02/2020 12:35:36 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/GetComments.php
r48220 r48937 64 64 65 65 // Check the meta data. 66 $this->assert Equals( 1, (string) $xml->response[0]->comments['position'] );67 $this->assert Equals( 0, (string) $xml->response[0]->comments['id'] );68 $this->assert Equals( 'get-comments_0', (string) $xml->response['action'] );66 $this->assertSame( '1', (string) $xml->response[0]->comments['position'] ); 67 $this->assertSame( '0', (string) $xml->response[0]->comments['id'] ); 68 $this->assertSame( 'get-comments_0', (string) $xml->response['action'] ); 69 69 70 70 // Check the payload.
Note: See TracChangeset
for help on using the changeset viewer.