diff options
author | Nicofuma <github@nicofuma.fr> | 2015-05-19 22:42:32 +0200 |
---|---|---|
committer | Nicofuma <github@nicofuma.fr> | 2015-05-19 23:11:14 +0200 |
commit | b9ff0bbba4cf357baad32576c01f36a9f2627ffa (patch) | |
tree | 4d0017b78ab301913c7cbae48d19455297a5a718 /tests/di | |
parent | [ticket/13849] Fix development environment (diff) | |
download | phpbb-b9ff0bbba4cf357baad32576c01f36a9f2627ffa.tar.gz phpbb-b9ff0bbba4cf357baad32576c01f36a9f2627ffa.tar.bz2 phpbb-b9ff0bbba4cf357baad32576c01f36a9f2627ffa.zip |
[ticket/13849] Fix tests
PHPBB3-13849
Diffstat (limited to 'tests/di')
-rw-r--r-- | tests/di/fixtures/config/test/container/environment.yml | 1 | ||||
-rw-r--r-- | tests/di/fixtures/other_config/test/container/environment.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/di/fixtures/config/test/container/environment.yml b/tests/di/fixtures/config/test/container/environment.yml index 0873078844..14c986d123 100644 --- a/tests/di/fixtures/config/test/container/environment.yml +++ b/tests/di/fixtures/config/test/container/environment.yml @@ -22,4 +22,5 @@ services: - ~ - ~ - ~ + - ~ - [] diff --git a/tests/di/fixtures/other_config/test/container/environment.yml b/tests/di/fixtures/other_config/test/container/environment.yml index 2aa29db2eb..e285b1b781 100644 --- a/tests/di/fixtures/other_config/test/container/environment.yml +++ b/tests/di/fixtures/other_config/test/container/environment.yml @@ -22,4 +22,5 @@ services: - ~ - ~ - ~ + - ~ - [] |