]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 16 Nov 2016 22:10:01 +0000 (23:10 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 16 Nov 2016 22:10:01 +0000 (23:10 +0100)
tests/Wallabag/CoreBundle/Helper/RedirectTest.php

index 6aa5964481c0d2b1754407418d32d21ea3945955..0539f20a90ddcffd5c24d12e1e25dd9df9eb54f6 100644 (file)
@@ -16,9 +16,6 @@ class RedirectTest extends \PHPUnit_Framework_TestCase
     /** @var Redirect */
     private $redirect;
 
-    const PASSWORD = 's3Cr3t';
-    const SALT = '^S4lt$';
-
     public function setUp()
     {
         $this->routerMock = $this->getMockBuilder('Symfony\Component\Routing\Router')