This commit is contained in:
Olivier Soulet
2018-10-29 20:51:15 +01:00
parent 12d4c58ec2
commit 10de8e65d3
2 changed files with 5 additions and 14 deletions

View File

@@ -63,13 +63,13 @@ Feature: Not crashing Behat
default:
extensions:
FriendsOfBehat\SymfonyExtension:
env_file: .env_in_memory
env_file: ../config/.env_in_memory
kernel:
path: src/MyKernel.php
class: MyKernel
bootstrap: ~
"""
And a file ".env_in_memory" containing:
And a file "../config/.env_in_memory" containing:
"""
APP_ENV=dev
"""