barbushin / php-console-laravel

Laravel 4.* and 5.* service providers to handle PHP errors, dump variables, execute PHP code remotely in Google Chrome
https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef
BSD 3-Clause "New" or "Revised" License
74 stars 16 forks source link

Problem with phpunit #10

Open yagogak opened 8 years ago

yagogak commented 8 years ago

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 ?

AlexZodov commented 6 years ago

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