mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/13325] Remove whitespace at end of line.
PHPBB3-13325
This commit is contained in:
parent
e1bf699ad4
commit
8df63a4499
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class phpbb_ui_test_case extends phpbb_test_case
|
|||
{
|
||||
try {
|
||||
$capabilities = array(\WebDriverCapabilityType::BROWSER_NAME => 'firefox');
|
||||
self::$webDriver = RemoteWebDriver::create(self::$host . ':' . self::$port, $capabilities);
|
||||
self::$webDriver = RemoteWebDriver::create(self::$host . ':' . self::$port, $capabilities);
|
||||
} catch (WebDriverCurlException $e) {
|
||||
self::markTestSkipped('PhantomJS webserver is not running.');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue