mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/13770] Use dummy cache driver
PHPBB3-13770
This commit is contained in:
parent
02af9385a1
commit
2b25c5bd35
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ class container_builder
|
|||
->get_container()
|
||||
;
|
||||
|
||||
$ext_container->register('cache.driver', '\\phpbb\\cache\\driver\\null');
|
||||
$ext_container->register('cache.driver', '\\phpbb\\cache\\driver\\dummy');
|
||||
$ext_container->compile();
|
||||
|
||||
$extensions = $ext_container->get('ext.manager')->all_enabled();
|
||||
|
|
Loading…
Add table
Reference in a new issue