mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
[ticket/11528] Fix spaces and slashes as per guidelines
PHPBB3-11528
This commit is contained in:
@@ -40,12 +40,12 @@ abstract class phpbb_mink_test_case extends phpbb_test_case
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
if(!self::$driver)
|
||||
if (!self::$driver)
|
||||
{
|
||||
self::markTestSkipped('Mink driver not initialized.');
|
||||
}
|
||||
|
||||
if(!self::$session)
|
||||
if (!self::$session)
|
||||
{
|
||||
self::$session = new Session(self::$driver);
|
||||
}
|
||||
|
Reference in New Issue
Block a user