Changeset 48059 for trunk/tests/phpunit/tests/ajax/ReplytoComment.php
- Timestamp:
- 06/16/2020 03:33:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/ReplytoComment.php
r47198 r48059 188 188 189 189 // Make the request. 190 $this->setExpectedException( 'WPAjaxDieStopException', ' Error: You are replyingto a comment on a draft post.' );190 $this->setExpectedException( 'WPAjaxDieStopException', 'You can’t reply to a comment on a draft post.' ); 191 191 $this->_handleAjax( 'replyto-comment' ); 192 192 }
Note: See TracChangeset
for help on using the changeset viewer.