issue#94 XenForo bcrypt

This commit is contained in:
Marcin Łojewski
2020-02-02 21:39:51 +01:00
parent 973018b63b
commit 9644bce09c
32 changed files with 222 additions and 29 deletions

View File

@@ -54,7 +54,7 @@ class SHA512Test extends TestCase
$this->assertTrue($this->crypto->checkPassword("password", $hash));
}
protected function setUp()
protected function setUp(): void
{
parent::setUp();
$this->crypto = new SHA512($this->createMock(IL10N::class));