Warning while running test/sys/main
shivamdixit opened this issue · 1 comments
shivamdixit commented
Following warning is encountered while the running tests from test/sys/main :
Unable to call Doctrine Plugin::Shutdown() - function does not exist in Unknown on line 0
shivamdixit commented
Possible reason is function Shutdown() is a private member in app/plugin/doctrine.php.
Changed it to public.