diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-06-28 02:02:27 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-07-07 01:02:30 +0200 |
commit | 926e47e5a151411822f858191a9b738012d9ef9b (patch) | |
tree | e24c11e355069f5ff9fbc59a41cb0062d42c1031 /tests/mock | |
parent | afffec81847c3414c7e33a3b83cd750853aafddd (diff) | |
download | forums-926e47e5a151411822f858191a9b738012d9ef9b.tar forums-926e47e5a151411822f858191a9b738012d9ef9b.tar.gz forums-926e47e5a151411822f858191a9b738012d9ef9b.tar.bz2 forums-926e47e5a151411822f858191a9b738012d9ef9b.tar.xz forums-926e47e5a151411822f858191a9b738012d9ef9b.zip |
[ticket/12775] Fix unit tests
PHPBB3-12775
Diffstat (limited to 'tests/mock')
-rw-r--r-- | tests/mock/container_factory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mock/container_factory.php b/tests/mock/container_factory.php index 8b1720d027..d547c8dd68 100644 --- a/tests/mock/container_factory.php +++ b/tests/mock/container_factory.php @@ -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; } } |