1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 12:53:37 +02:00

[ticket/13770] Update tests

PHPBB3-13770
This commit is contained in:
Tristan Darricau
2015-04-26 21:30:50 +02:00
committed by Nicofuma
parent c96e7ef171
commit 549fe66d90
6 changed files with 44 additions and 72 deletions

View File

@@ -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';

View File

@@ -0,0 +1,2 @@
core:
require_dev_dependencies: true

View File

@@ -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