diff --git a/tests/PacryptTest.php b/tests/PacryptTest.php index 7fc63bd0..e3f62fe7 100644 --- a/tests/PacryptTest.php +++ b/tests/PacryptTest.php @@ -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()