aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/extract_hostname_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/session/extract_hostname_test.php')
-rw-r--r--tests/session/extract_hostname_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/session/extract_hostname_test.php b/tests/session/extract_hostname_test.php
index 5ff43cbb60..bd183fd438 100644
--- a/tests/session/extract_hostname_test.php
+++ b/tests/session/extract_hostname_test.php
@@ -13,7 +13,7 @@ class phpbb_session_extract_hostname_test extends phpbb_session_test_case
{
public function getDataSet()
{
- return $this->createXMLDataSet(dirname(__FILE__).'/fixtures/sessions_empty.xml');
+ return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/sessions_empty.xml');
}
static public function extract_current_hostname_data()