#29123 closed defect (bug) (fixed)
Undefined index within testcase.php _restore_hooks()
| Reported by: | kevinlangleyjr | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0 |
| Component: | Build/Test Tools | Version: | 4.0 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Possible related: #28986