diff --git a/tests/FrontControllerTest.php b/tests/FrontControllerTest.php index eb99c2c..2cc3a82 100644 --- a/tests/FrontControllerTest.php +++ b/tests/FrontControllerTest.php @@ -353,7 +353,9 @@ class FrontControllerTest extends \PHPUnit_Framework_TestCase { $controller = new FrontController($this->container, new Config(['stream'=>true])); $result = $controller->redirect( - $this->request->withQueryParams(['url'=>'http://www.rtl2.de/sendung/grip-das-motormagazin/folge/folge-203-0']), + $this->request->withQueryParams( + ['url'=>'http://www.rtl2.de/sendung/grip-das-motormagazin/folge/folge-203-0'] + ), $this->response ); $this->assertTrue($result->isOk());