Opened 4 years ago
Closed 4 years ago
#57452 closed defect (bug) (fixed)
Incorrect inline comment in Tests_Ajax_wpAjaxReplytoComment::test_as_subscriber
| Reported by: | david.binda | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.2 |
| Component: | Build/Test Tools | Version: | |
| Severity: | trivial | Keywords: | has-patch |
| Cc: | Focuses: |
Description
The inline comment in Tests_Ajax_wpAjaxReplytoComment::test_as_subscriber says:
// Become an administrator.
But the code does:
$this->_setRole( 'subscriber' );
The code seems to match the intention of the Tests_Ajax_wpAjaxReplytoComment::test_as_subscriber test, so the inline comment should be adjusted accordingly
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for the patch!
Looks good to go. Marking for
commit.