I'm using your package with laravel 5.3 work well for debugging ! Thanks
However an issue appear on phpunit, now when i run unit test on my projet i get the following error.
1) ExampleTest::testBasicExample
Exception: PhpConsole\Connector::setPostponeStorage can be called only before PhpConsole\Connector::getInstance()
I'm using your package with laravel 5.3 work well for debugging ! Thanks However an issue appear on phpunit, now when i run unit test on my projet i get the following error.
1) ExampleTest::testBasicExample Exception: PhpConsole\Connector::setPostponeStorage can be called only before PhpConsole\Connector::getInstance()
Any idea ?