Fallback to configured environment when no server/env environment is found

This commit is contained in:
Geoffrey Bachelet
2020-04-28 19:01:56 -04:00
parent d88177997c
commit 880893206f
2 changed files with 5 additions and 4 deletions

View File

@@ -81,6 +81,7 @@ Feature: Configuring application kernel
Feature:
Scenario:
Then the application kernel should have environment "custom"
And the server and environment variable "APP_ENV" is "custom"
"""
When I run Behat
Then it should pass