Behat 3 and Laravel, testing environment not being honoured
问题 I am having a confusing problem using Behat 3 and Laravel to test an API. It seems that its not using the 'testing' environment database (in my case an sqlite memory database) ... but only some of the time. I've put a log message in the testing/database.php file to see when its loaded.. and I do see the log message when running Behat. But running the Behat features is adding rows to my development database - and some of my tests are failing for the same reason. My phpunit tests run fine and