#36522 closed defect (bug) (fixed)
Incorrect reference to instance variable in Ajax test case documentation
| Reported by: | meitar | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.6 |
| Component: | Build/Test Tools | Version: | 4.6 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs |
Description
The WP_Ajax_UnitTestCase abstract class's _handleAjax method's documentation refers to a _last_message variable, but this should actually _last_response.
Trivial patch is attached.
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)
Fix documentation for
_handleAjaxmethod.