#29123 closed defect (bug) (fixed)
Undefined index within testcase.php _restore_hooks()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
Due to the change made here, [29251] to backup and restore these global variables, all unit tests are failing for me with Undefined index: merged_filters
. By adding a check on line 101 to check if the value exists within the self::$hooks_saved
would prevent this error from occurring.
Here is an example of the phpunit output there. https://travis-ci.org/voceconnect/thermal-api/jobs/31176473
Attachments (1)
Change History (7)
#3
@
10 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
[29251] was reverted. Feel free to re-open if this is still an issue.
#4
@
10 years ago
- Milestone set to Awaiting Review
- Resolution invalid deleted
- Status changed from closed to reopened
Note: See
TracTickets for help on using
tickets.
Possible related: #28986