1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12610] Add command to check if the board is up to date.

PHPBB3-12610
This commit is contained in:
Etienne Baroux
2014-06-02 10:12:18 +02:00
committed by Tristan Darricau
parent 17e8726582
commit 346f31a031
14 changed files with 491 additions and 72 deletions

View File

@@ -180,7 +180,7 @@ class phpbb_extension_manager_test extends phpbb_database_test_case
'phpbb_ext',
dirname(__FILE__) . '/',
$php_ext,
($with_cache) ? new phpbb_mock_cache() : null
($with_cache) ? new \phpbb\cache\service(new phpbb_mock_cache(), $config, $db, $phpbb_root_path, $php_ext) : null
);
}
}