Opened 19 months ago
Closed 19 months ago
#23 closed defect (fixed)
Remove WPTestCase::_current_action()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | minor | Milestone: | Legacy - Improve Framework |
| Component: | Test Framework | Keywords: | |
| Cc: |
Description
WPTestCase::_current_action() is unused and tries to use the non-existent $wp_current_action global.
It was introduced before WordPress? 2.5 when the current_filter() function wasn't available.
Change History (1)
Note: See
TracTickets for help on using
tickets.

(In [477]) Remove unused and unhelpful WPTestCase::_current_action(). Fixes #23.