Lint
This commit is contained in:
parent
fb3834296a
commit
33694dd0f4
1 changed files with 3 additions and 1 deletions
|
@ -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());
|
||||||
|
|
Loading…
Reference in a new issue