mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-02 12:53:37 +02:00
[ticket/12620] Use the test environment for the tests
PHPBB3-12620
This commit is contained in:
2
tests/di/fixtures/config/test/config.yml
Normal file
2
tests/di/fixtures/config/test/config.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
core:
|
||||
require_dev_dependencies: true
|
14
tests/di/fixtures/config/test/container/environment.yml
Normal file
14
tests/di/fixtures/config/test/container/environment.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user