aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/garbage_collection_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/session/garbage_collection_test.php')
-rw-r--r--tests/session/garbage_collection_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/session/garbage_collection_test.php b/tests/session/garbage_collection_test.php
index 1b607dfb4f..b1be958d62 100644
--- a/tests/session/garbage_collection_test.php
+++ b/tests/session/garbage_collection_test.php
@@ -15,7 +15,7 @@ class phpbb_session_garbage_collection_test extends phpbb_session_test_case
public function getDataSet()
{
- return $this->createXMLDataSet(dirname(__FILE__).'/fixtures/sessions_garbage.xml');
+ return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/sessions_garbage.xml');
}
public function setUp()