aboutsummaryrefslogtreecommitdiffstats
path: root/tests/viewonline
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-07-08 17:53:32 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-07-08 17:53:32 +0200
commite3e236da72f9bb8985fcecc25758c98559f76179 (patch)
treedb19ca49520a40964decf7f02781256c0a8f4e5e /tests/viewonline
parent633a5177915682492f90499ebb53fc0d87c15785 (diff)
downloadforums-e3e236da72f9bb8985fcecc25758c98559f76179.tar
forums-e3e236da72f9bb8985fcecc25758c98559f76179.tar.gz
forums-e3e236da72f9bb8985fcecc25758c98559f76179.tar.bz2
forums-e3e236da72f9bb8985fcecc25758c98559f76179.tar.xz
forums-e3e236da72f9bb8985fcecc25758c98559f76179.zip
[ticket/12834] Correctly match directories in session page
Also clean path before working with it PHPBB3-12834
Diffstat (limited to 'tests/viewonline')
-rw-r--r--tests/viewonline/helper_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/viewonline/helper_test.php b/tests/viewonline/helper_test.php
index 2c903c6b23..bbbed59de7 100644
--- a/tests/viewonline/helper_test.php
+++ b/tests/viewonline/helper_test.php
@@ -17,7 +17,7 @@ class phpbb_viewonline_helper_test extends phpbb_test_case
{
parent::setUp();
- $this->viewonline_helper = new \phpbb\viewonline_helper();
+ $this->viewonline_helper = new \phpbb\viewonline_helper(new \phpbb\filesystem());
}
public function session_pages_data()