aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-28 02:02:27 +0200
committerTristan Darricau <github@nicofuma.fr>2014-07-07 01:02:30 +0200
commit926e47e5a151411822f858191a9b738012d9ef9b (patch)
treee24c11e355069f5ff9fbc59a41cb0062d42c1031 /tests/di
parentafffec81847c3414c7e33a3b83cd750853aafddd (diff)
downloadforums-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/di')
-rw-r--r--tests/di/create_container_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/di/create_container_test.php b/tests/di/create_container_test.php
index d41f1af5ae..a71da1734d 100644
--- a/tests/di/create_container_test.php
+++ b/tests/di/create_container_test.php
@@ -32,7 +32,7 @@ namespace
$this->config_php = new \phpbb\config_php($this->phpbb_root_path . 'fixtures/', 'php');
$this->factory = new phpbb_mock_container_factory($this->config_php, $this->phpbb_root_path . 'fixtures/', 'php');
- $this->filename = $this->phpbb_root_path . '../tmp/cache/container.php';
+ $this->filename = $this->phpbb_root_path . '../tmp/container.php';
if (is_file($this->filename))
{
unlink($this->filename);