issue#94 XenForo bcrypt
This commit is contained in:
@@ -53,7 +53,7 @@ class RedmineTest extends TestCase
|
||||
$this->assertTrue($this->crypto->checkPassword("password", $hash, "salt"));
|
||||
}
|
||||
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->crypto = new Redmine($this->createMock(IL10N::class));
|
||||
|
||||
Reference in New Issue
Block a user