Level 88
Are you sure you created a file called acceptance.sqlite? Around 6:30 in the video ;)
I follow Jeffery's instruction to the letter on the "Laravel 5 and Behat: Driving Authentication" video, but for some reason, I get this error when running my code:
┌─ @BeforeScenario # FeatureContext::migrate()
│
╳ Database [acceptance.sqlite] not configured. (InvalidArgumentException)
│
┌─ @BeforeScenario # FeatureContext::beginTransaction()
│
╳ Database [acceptance.sqlite] not configured. (InvalidArgumentException)
│
I was sure I missed a step, but I watched parts of the video over and over to ensure I hadn't. Can anybody help?
Please or to participate in this conversation.