mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/12775] Add the definition of dbal.conn in fixtures/config/services.yml
PHPBB3-12775
This commit is contained in:
@@ -2,8 +2,13 @@ parameters:
|
||||
core: true
|
||||
|
||||
services:
|
||||
dispatcher:
|
||||
class: phpbb\db\driver\container_mock
|
||||
|
||||
config.php:
|
||||
synthetic: true
|
||||
|
||||
dbal.conn:
|
||||
class: phpbb\db\driver\factory
|
||||
arguments:
|
||||
- @service_container
|
||||
|
||||
dispatcher:
|
||||
class: phpbb\db\driver\container_mock
|
||||
|
@@ -2,8 +2,13 @@ parameters:
|
||||
other_config: true
|
||||
|
||||
services:
|
||||
dispatcher:
|
||||
class: phpbb\db\driver\container_mock
|
||||
|
||||
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