php-console-laravel icon indicating copy to clipboard operation
php-console-laravel copied to clipboard

Problem with phpunit

Open yagogak opened this issue 9 years ago • 1 comments

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 ?

yagogak avatar Oct 17 '16 10:10 yagogak

Hello. Did you solve this problem? I`m running it too on Laravel 5.5. Any first test is executed, and second and further tests throws this error

AlexZodov avatar Sep 14 '18 09:09 AlexZodov