mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/12775] Fix unit tests
PHPBB3-12775
This commit is contained in:
@@ -15,6 +15,6 @@ class phpbb_mock_container_factory extends \phpbb\di\container_factory
|
||||
{
|
||||
protected function get_container_filename()
|
||||
{
|
||||
return $this->phpbb_root_path . '../../tmp/cache/container.' . $this->php_ext;
|
||||
return $this->phpbb_root_path . '../../tmp/container.' . $this->php_ext;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user