Changeset 47155
- Timestamp:
- 02/01/2020 09:11:08 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/ReplytoComment.php
r47122 r47155 188 188 189 189 // Make the request. 190 $this->setExpectedException( 'WPAjaxDieStopException', 'ERROR: you are replying to a comment on a draft post.' );190 $this->setExpectedException( 'WPAjaxDieStopException', 'ERROR: You are replying 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.