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

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