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:
9
tests/di/fixtures/config/services.yml
Normal file
9
tests/di/fixtures/config/services.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
parameters:
|
||||
core: true
|
||||
|
||||
services:
|
||||
dispatcher:
|
||||
class: phpbb\db\driver\container_mock
|
||||
|
||||
config.php:
|
||||
synthetic: true
|
2
tests/di/fixtures/ext/vendor/available/config/services.yml
vendored
Normal file
2
tests/di/fixtures/ext/vendor/available/config/services.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
parameters:
|
||||
available: true
|
2
tests/di/fixtures/ext/vendor/disabled/config/services.yml
vendored
Normal file
2
tests/di/fixtures/ext/vendor/disabled/config/services.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
parameters:
|
||||
disabled: true
|
2
tests/di/fixtures/ext/vendor/enabled/config/services.yml
vendored
Normal file
2
tests/di/fixtures/ext/vendor/enabled/config/services.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
parameters:
|
||||
enabled: true
|
9
tests/di/fixtures/other_config/services.yml
Normal file
9
tests/di/fixtures/other_config/services.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
parameters:
|
||||
other_config: true
|
||||
|
||||
services:
|
||||
dispatcher:
|
||||
class: phpbb\db\driver\container_mock
|
||||
|
||||
config.php:
|
||||
synthetic: true
|
Reference in New Issue
Block a user