From: Jeremy Benoist Date: Wed, 16 Nov 2016 22:10:01 +0000 (+0100) Subject: CS X-Git-Tag: 2.2.0~3^2~66^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=e6b133c60cc07e750ed38a1610ec30d3cd8d3189;p=github%2Fwallabag%2Fwallabag.git CS --- 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 /** @var Redirect */ private $redirect; - const PASSWORD = 's3Cr3t'; - const SALT = '^S4lt$'; - public function setUp() { $this->routerMock = $this->getMockBuilder('Symfony\Component\Routing\Router')