1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/12620] Use the test environment for the tests

PHPBB3-12620
This commit is contained in:
Tristan Darricau
2014-11-19 19:50:07 +01:00
parent 91daa73663
commit dd4f2387fd
17 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
imports:
- { resource: ../default/config.yml }
core:
require_dev_dependencies: true

View File

@@ -0,0 +1,3 @@
imports:
- { resource: services.yml }
- { resource: parameters.yml }

View File

@@ -0,0 +1,2 @@
imports:
- { resource: ../../default/container/parameters.yml }

View File

@@ -0,0 +1,2 @@
imports:
- { resource: ../../default/container/services.yml }

View File

@@ -0,0 +1,2 @@
core.default:
resource: "../default/routing.yml"