jarektkaczyk / laravel-kahlan

Laravel context for kahlan specs/tests - allows nice BDD way of developing Laravel app. https://softonsofa.com
16 stars 10 forks source link

Can't get started! #10

Closed BeggarsMattM closed 7 years ago

BeggarsMattM commented 7 years ago

Sorry to bug you with what must be something silly, but I've fallen at the very first hurdle!

Following your documentation as closely as I can (Laravel 5.4) I keep on getting

message:ErrorCode(0) with message "Call to undefined method Illuminate\\Http\\Response::see()"

Am I not doing something I should be doing? Pretty sure the kahlan-config.php file is being run. Your docs seem idiot-proof so I'm quite confused. Thanks!

jarektkaczyk commented 7 years ago

@BeggarsMattM updated readme - it was ok for earlier versions, but since Laravel doesn't give a sh.t about sticking to one convention, see and assertResponseOk methods are simply gone ;)