1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 02:51:35 +02:00

[ticket/14462] Fix CS and typo

PHPBB3-14462
This commit is contained in:
Mate Bartus
2016-02-12 15:38:34 +01:00
parent 90710ffe98
commit 7c0fb563ec
2 changed files with 2 additions and 2 deletions

View File

@@ -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);