mirror of
git://develop.git.wordpress.org/
synced 2025-02-06 23:50:43 +01:00
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:
parent
9dcb8f97c9
commit
771a0c9f58
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user