This commit is contained in:
Pierre Rudloff 2017-05-31 00:57:39 +02:00
parent 788e6e93b1
commit 4ee72d1629
3 changed files with 4 additions and 5 deletions

View file

@ -497,7 +497,7 @@ class FrontControllerTest extends \PHPUnit_Framework_TestCase
$this->controller->locale(
$this->request,
$this->response,
['locale'=>'fr_FR']
['locale'=> 'fr_FR']
)->isRedirect()
);
}