Build/Test Tools: Fix an incorrect inline comment in Tests_Ajax_wpAjaxReplytoComment.

This changeset replaces "Become an administrator" with "Become a subscriber" in an inline comment located in `Tests_Ajax_wpAjaxReplytoComment::test_as_subscriber`.

Props davidbinda.
Fixes #57452.


git-svn-id: https://develop.svn.wordpress.org/trunk@55058 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2023-01-12 23:06:20 +00:00
parent 9dcb8f97c9
commit 771a0c9f58

View File

@ -98,7 +98,7 @@ class Tests_Ajax_wpAjaxReplytoComment extends WP_Ajax_UnitTestCase {
*/
public function test_as_subscriber() {
// Become an administrator.
// Become a subscriber.
$this->_setRole( 'subscriber' );
// Get a comment.