You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When basset is enabled in my config/app.php then my unit testing failed. What I did now was made a copy to config/testing/app.php and disabled the Basset line 'Basset\BassetServiceProvider',
Is it normal this is failing? Is it because basset throws an exception when a specific collection is not found or some other reasons? Has it happened to anyone else? http://stackoverflow.com/questions/18840552/laravel-4-unit-testing-on-windows-keeps-giving-error
The text was updated successfully, but these errors were encountered:
When basset is enabled in my config/app.php then my unit testing failed. What I did now was made a copy to config/testing/app.php and disabled the Basset line
'Basset\BassetServiceProvider',
Is it normal this is failing? Is it because basset throws an exception when a specific collection is not found or some other reasons? Has it happened to anyone else?
http://stackoverflow.com/questions/18840552/laravel-4-unit-testing-on-windows-keeps-giving-error
The text was updated successfully, but these errors were encountered: