mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/11528] Fix spaces and slashes as per guidelines
PHPBB3-11528
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
use Symfony\Component\BrowserKit\CookieJar;
|
use Symfony\Component\BrowserKit\CookieJar;
|
||||||
use \Behat\Mink\Driver\Goutte\Client;
|
use Behat\Mink\Driver\Goutte\Client;
|
||||||
use \Behat\Mink\Driver\GoutteDriver;
|
use Behat\Mink\Driver\GoutteDriver;
|
||||||
|
|
||||||
class phpbb_functional_test_case extends phpbb_mink_test_case
|
class phpbb_functional_test_case extends phpbb_mink_test_case
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user