Commit Graph
12 Commits
Author SHA1 Message Date
Nicolas Grekas f54d6a4684 Move src/.bootstrap.php to config/bootstrap.php 2018-11-22 16:07:00 +01:00
Nicolas Grekas 7ff50214ee Move loading .env files to bootstrap.php 2018-11-15 00:20:15 +01:00
Nicolas Grekas 95bb54353e Allow to override .env files per env 2018-11-09 14:22:38 +01:00
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 fe2e6dd61f Throw an exception instead of using assert 2017-06-22 10:49:55 +01: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 7d28af71d8 Add behat.yml to gitignore 2017-06-07 10:15:19 +01:00
Samuel ROZE 20b53655dd Add comments mentionning these scenarios as demonstration and refering to Behat's website 2017-06-07 10:14:19 +01:00
Samuel ROZE 23b397fd5f Remove the path of the kernel as autoloadable 2017-06-07 09:26:13 +01:00
Samuel ROZE 47dcdf198a Rename the @When step 2017-06-07 09:25:31 +01:00
Samuel ROZE d31e56a20a Add the Behat recipe 2017-06-05 19:14:00 +01:00