mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 03:30:17 +02:00
Merge pull request #3554 from Nicofuma/ticket/13770
[ticket/13770] Wither interface for container_builder
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
// phpBB 3.1.x auto-generated configuration file
|
||||
// Do not change anything in this file!
|
||||
$dbms = 'container_mock';
|
||||
$dbms = 'mysql';
|
||||
$dbhost = '127.0.0.1';
|
||||
$dbport = '';
|
||||
$dbname = 'phpbb';
|
||||
|
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