Commit Graph
4 Commits
Author SHA1 Message Date
Ben Scott b3c5ff1df5 Add checks for Dotenv before calling it
`composer install --no-dev` fails when Dotenv is a dev dependency (which
it is in skeleton) and you're running in an environment without an
APP_ENV variable set.

Throw exception when no env variables are set and Dotenv is absent so
the user knows to either require DotEnv or specify an APP_ENV variable.
2017-11-23 15:39:39 +00:00
Nicolas Grekas ca22a33dca Dont use getenv(), use $_SERVER instead 2017-08-22 15:09:35 +02:00
Samuel ROZE 36565deb4e Remove the require on autoload, as it's already loaded by Behat before 2017-06-22 10:09:39 +01:00
Samuel ROZE d31e56a20a Add the Behat recipe 2017-06-05 19:14:00 +01:00