Changeset 53565
- Timestamp:
- 06/23/2022 09:36:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/ReplytoComment.php
r53561 r53565 189 189 // Make the request. 190 190 $this->expectException( 'WPAjaxDieStopException' ); 191 $this->expectExceptionMessage( ' Error:You cannot reply to a comment on a draft post.' );191 $this->expectExceptionMessage( 'You cannot reply to a comment on a draft post.' ); 192 192 $this->_handleAjax( 'replyto-comment' ); 193 193 }
Note: See TracChangeset
for help on using the changeset viewer.