aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_ui_test_case.php
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2016-02-12 15:38:34 +0100
committerMate Bartus <mate.bartus@gmail.com>2016-02-12 15:38:34 +0100
commit7c0fb563ec995d0d1fcb24d885a7d9d18838ed9c (patch)
tree35ae4c821571db3d0537c2cc10dd1095a2838186 /tests/test_framework/phpbb_ui_test_case.php
parent90710ffe9818fb45d177db4a8b07c70a43972776 (diff)
downloadforums-7c0fb563ec995d0d1fcb24d885a7d9d18838ed9c.tar
forums-7c0fb563ec995d0d1fcb24d885a7d9d18838ed9c.tar.gz
forums-7c0fb563ec995d0d1fcb24d885a7d9d18838ed9c.tar.bz2
forums-7c0fb563ec995d0d1fcb24d885a7d9d18838ed9c.tar.xz
forums-7c0fb563ec995d0d1fcb24d885a7d9d18838ed9c.zip
[ticket/14462] Fix CS and typo
PHPBB3-14462
Diffstat (limited to 'tests/test_framework/phpbb_ui_test_case.php')
-rw-r--r--tests/test_framework/phpbb_ui_test_case.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_ui_test_case.php b/tests/test_framework/phpbb_ui_test_case.php
index 14e84b019d..9cbac0ce47 100644
--- a/tests/test_framework/phpbb_ui_test_case.php
+++ b/tests/test_framework/phpbb_ui_test_case.php
@@ -94,7 +94,7 @@ class phpbb_ui_test_case extends phpbb_test_case
self::$db->sql_close();
}
}
-
+
static public function visit($path)
{
self::$webDriver->get(self::$root_url . $path);