1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12775] Add tests for the container factory

PHPBB3-12775
This commit is contained in:
Tristan Darricau
2014-06-28 01:36:59 +02:00
parent c87f44c669
commit 1d966fbc86
9 changed files with 168 additions and 323 deletions

View File

@@ -0,0 +1,9 @@
parameters:
core: true
services:
dispatcher:
class: phpbb\db\driver\container_mock
config.php:
synthetic: true

View File

@@ -0,0 +1,2 @@
parameters:
available: true

View File

@@ -0,0 +1,2 @@
parameters:
disabled: true

View File

@@ -0,0 +1,2 @@
parameters:
enabled: true

View File

@@ -0,0 +1,9 @@
parameters:
other_config: true
services:
dispatcher:
class: phpbb\db\driver\container_mock
config.php:
synthetic: true