diff options
Diffstat (limited to 'tests/Wallabag')
-rw-r--r-- | tests/Wallabag/CoreBundle/Helper/RedirectTest.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Wallabag/CoreBundle/Helper/RedirectTest.php b/tests/Wallabag/CoreBundle/Helper/RedirectTest.php index 6aa59644..0539f20a 100644 --- a/tests/Wallabag/CoreBundle/Helper/RedirectTest.php +++ b/tests/Wallabag/CoreBundle/Helper/RedirectTest.php | |||
@@ -16,9 +16,6 @@ class RedirectTest extends \PHPUnit_Framework_TestCase | |||
16 | /** @var Redirect */ | 16 | /** @var Redirect */ |
17 | private $redirect; | 17 | private $redirect; |
18 | 18 | ||
19 | const PASSWORD = 's3Cr3t'; | ||
20 | const SALT = '^S4lt$'; | ||
21 | |||
22 | public function setUp() | 19 | public function setUp() |
23 | { | 20 | { |
24 | $this->routerMock = $this->getMockBuilder('Symfony\Component\Routing\Router') | 21 | $this->routerMock = $this->getMockBuilder('Symfony\Component\Routing\Router') |