Changeset 51462 for trunk/tests/phpunit/tests/ajax/DimComment.php
- Timestamp:
- 07/19/2021 02:00:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/DimComment.php
r51404 r51462 198 198 $this->assertSame( '0', (string) $xml->response[0]->comment['id'] ); 199 199 $this->assertSame( 'dim-comment_0', (string) $xml->response['action'] ); 200 $this->assert Contains( 'Comment ' . $_POST['id'] . ' does not exist', $this->_last_response );200 $this->assertStringContainsString( 'Comment ' . $_POST['id'] . ' does not exist', $this->_last_response ); 201 201 202 202 } catch ( Exception $e ) {
Note: See TracChangeset
for help on using the changeset viewer.