https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152229|0 |1 is obsolete| | --- Comment #4 from David Cook <[email protected]> --- Created attachment 152230 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152230&action=edit Bug 33967: Add unit test to ensure SetEnv doesn't compromise $env This patch includes a unit test which checks the memory address of the $env hashref in middlewares before and after Koha::Middleware::Env is applied. It succeeds when the same $env is maintained before and after this middleware. It fails if the $env has been overwritten with a new hashref (as evidenced by the new memory address for the hash). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
