This commit is contained in:
Pierre Rudloff 2017-04-24 18:45:13 +02:00
parent fb3834296a
commit 33694dd0f4

View file

@ -353,7 +353,9 @@ class FrontControllerTest extends \PHPUnit_Framework_TestCase
{ {
$controller = new FrontController($this->container, new Config(['stream'=>true])); $controller = new FrontController($this->container, new Config(['stream'=>true]));
$result = $controller->redirect( $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->response
); );
$this->assertTrue($result->isOk()); $this->assertTrue($result->isOk());