shivamdixit/WebGoatPHP

Warning while running test/sys/main

shivamdixit opened this issue · 1 comments

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

Possible reason is function Shutdown() is a private member in app/plugin/doctrine.php.
Changed it to public.