This commit is contained in:
Pierre Rudloff 2017-04-24 18:45:13 +02:00
parent fb3834296a
commit 33694dd0f4
1 changed files with 3 additions and 1 deletions

View File

@ -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());