Tried to fix tests

This commit is contained in:
Nicolas Lœuillet
2016-11-10 15:50:10 +01:00
committed by Jeremy Benoist
parent 65cd8a4a9a
commit 54fd55fda1
2 changed files with 60 additions and 6 deletions

View File

@ -13,7 +13,6 @@ class Redirect
{
private $router;
private $tokenStorage;
private $actionMarkAsRead;
public function __construct(Router $router, TokenStorageInterface $tokenStorage)
{