Make WordPress Core

Changeset 47155


Ignore:
Timestamp:
02/01/2020 09:11:08 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Tests: Update the expected message in test_with_draft_post().

Follow-up to [47154].

See #42945.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/ReplytoComment.php

    r47122 r47155  
    188188
    189189        // 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.' );
    191191        $this->_handleAjax( 'replyto-comment' );
    192192    }
Note: See TracChangeset for help on using the changeset viewer.