mirror of https://github.com/wallabag/wallabag.git
This commit is contained in:
parent
00bf45b6f2
commit
e6b133c60c
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue