Changeset 51462 for trunk/tests/phpunit/tests/ajax/ReplytoComment.php
- Timestamp:
- 07/19/2021 02:00:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/ReplytoComment.php
r49603 r51462 220 220 } catch ( WPAjaxDieStopException $e ) { 221 221 $wpdb->suppress_errors( false ); 222 $this->assert Contains( '1', $e->getMessage() );222 $this->assertStringContainsString( '1', $e->getMessage() ); 223 223 } 224 224 }
Note: See TracChangeset
for help on using the changeset viewer.