Changeset 53337 for trunk/tests/phpunit/tests/ajax/ReplytoComment.php
- Timestamp:
- 05/03/2022 02:51:41 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/ReplytoComment.php
r52978 r53337 187 187 // Make the request. 188 188 $this->expectException( 'WPAjaxDieStopException' ); 189 $this->expectExceptionMessage( ' Error:You cannot reply to a comment on a draft post.' );189 $this->expectExceptionMessage( '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.