From 33694dd0f41942b41288a07ff7e651f0bddb7477 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 24 Apr 2017 18:45:13 +0200 Subject: [PATCH] Lint --- tests/FrontControllerTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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());