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
Just finished watching your "Rapid Code Generation With Blueprint" episode on Laracasts. Nice job!
Having issue with running the tests generated.
Trait 'JMac\Testing\Traits\HttpTestAssertions' not found in
You don't mention anything in the video or on the main website.
Searching through issues, you've closed 2 issues with a "install my other package" comment.
I tried installing said package: composer require --dev jasonmccreary/laravel-test-assertions and updated the TestCase.
But still getting the same error.
Where is the "HttpTestAssertions" file you use in test generated in by Blueshift? I can not find it in this or the 'laravel-test-assertions' repo.