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