mage-os / mageos-magento2

Work in progress.
Open Software License 3.0
208 stars 41 forks source link

#79 - add shutdown functions wrapper to make sure TestModules will be… #93

Closed vpodorozh closed 6 months ago

vpodorozh commented 6 months ago

Description (*)

Added Wrapper for registering the deleteTestModules function on shutdown.
This wrapper makes sure that we are running the deleteTestModules function after ALL other shutdown functions.
It prevents issues with SessionManager register_shutdown_function([$this, 'writeClose']); - which used to be called AFTER modules removing - and Fatal Error was thrown.

Fixed Issues (if relevant)

79