Koha/t/Koha
David Cook 2c7142fe94
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).

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-06-09 08:50:13 -03:00
..
Auth
Authority
Database
I18N/po/xx_XX/LC_MESSAGES
Middleware Bug 33967: Add unit test to ensure SetEnv doesn't compromise $env 2023-06-09 08:50:13 -03:00
Object
Plugins
REST/Plugin
Result
SearchEngine
Util
Config.t
Email.t
Exceptions.t
I18N.t
ItemType.t
Script.t
Script_cron.t
sleep.pl
wait.pl
Z3950responder.t