mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-03 05:12:37 +02:00
[ticket/13770] Update tests
PHPBB3-13770
This commit is contained in:
committed by
Nicofuma
parent
c96e7ef171
commit
549fe66d90
2
tests/di/fixtures/config/production/config.yml
Normal file
2
tests/di/fixtures/config/production/config.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
core:
|
||||
require_dev_dependencies: true
|
@@ -0,0 +1,17 @@
|
||||
parameters:
|
||||
core: true
|
||||
|
||||
services:
|
||||
config.php:
|
||||
synthetic: true
|
||||
|
||||
dbal.conn:
|
||||
class: phpbb\db\driver\factory
|
||||
arguments:
|
||||
- @service_container
|
||||
|
||||
dispatcher:
|
||||
class: phpbb\db\driver\container_mock
|
||||
|
||||
ext.manager:
|
||||
class: phpbb\extension\manager_mock
|
Reference in New Issue
Block a user