0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

fix formatting

This commit is contained in:
David Goodwin 2021-09-29 21:10:43 +01:00
parent ac13219894
commit 40101c84d4

View File

@ -111,7 +111,6 @@ class PaCryptTest extends \PHPUnit\Framework\TestCase
$fail = _pacrypt_php_crypt('bar', $sha512_crypt);
$this->assertNotEquals($fail, $sha512_crypt);
}
public function testPhpCryptMd5()