Changeset 52978 for trunk/tests/phpunit/tests/ajax/ReplytoComment.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/ReplytoComment.php
r52010 r52978 187 187 // Make the request. 188 188 $this->expectException( 'WPAjaxDieStopException' ); 189 $this->expectExceptionMessage( 'Error: You can ’t reply to a comment on a draft post.' );189 $this->expectExceptionMessage( 'Error: You cannot reply to a comment on a draft post.' ); 190 190 $this->_handleAjax( 'replyto-comment' ); 191 191 }
Note: See TracChangeset
for help on using the changeset viewer.