1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-23 00:32:57 +02:00

[ticket/12631] Add finder.not_use_cache

PHPBB3-12631
This commit is contained in:
Rubén Calvo
2018-09-01 01:32:22 +02:00
committed by Marc Alexander
parent 38024d14bf
commit 9308764fae
22 changed files with 136 additions and 42 deletions

View File

@@ -54,6 +54,8 @@ class phpbb_dbal_migrator_test extends phpbb_database_test_case
$this->config = new \phpbb\config\db($this->db, new phpbb_mock_cache, 'phpbb_config');
$finder_factory = $this->createMock('\phpbb\finder\factory');
$tools = array(
new \phpbb\db\migration\tool\config($this->config),
);
@@ -80,9 +82,9 @@ class phpbb_dbal_migrator_test extends phpbb_database_test_case
$container,
$this->db,
$this->config,
$finder_factory,
'phpbb_ext',
__DIR__ . '/../../phpBB/',
'php',
null
);
}