aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-11-16 23:10:01 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-11-16 23:10:01 +0100
commite6b133c60cc07e750ed38a1610ec30d3cd8d3189 (patch)
treeb05ae9af2f3623d7f6591b8cb45b7d2280456900 /tests
parent00bf45b6f291b6d1ce5f6a106e8e15bb1cce411b (diff)
downloadwallabag-e6b133c60cc07e750ed38a1610ec30d3cd8d3189.tar.gz
wallabag-e6b133c60cc07e750ed38a1610ec30d3cd8d3189.tar.zst
wallabag-e6b133c60cc07e750ed38a1610ec30d3cd8d3189.zip
CS
Diffstat (limited to 'tests')
-rw-r--r--tests/Wallabag/CoreBundle/Helper/RedirectTest.php3
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')