X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fpassword%2FPasswordTestCase.php;h=4557aceeec6e6d7754557d49962847dba9390ee6;hb=6a63b37c293a014a575099d2431b842bbcb20e7f;hp=d1e257895eaa31799afe43f637b8e32fa78ca240;hpb=747bdd543d301e0816aa811806c6cc6b17ec1038;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/password/PasswordTestCase.php b/tests/phpunit/includes/password/PasswordTestCase.php index d1e257895e..4557aceeec 100644 --- a/tests/phpunit/includes/password/PasswordTestCase.php +++ b/tests/phpunit/includes/password/PasswordTestCase.php @@ -82,8 +82,6 @@ abstract class PasswordTestCase extends MediaWikiTestCase { $invalid = $this->passwordFactory->newFromCiphertext( null ); $normal = $this->passwordFactory->newFromCiphertext( $hash ); - $this->assertFalse( $invalid->equals( $normal ) ); - $this->assertFalse( $normal->equals( $invalid ) ); $this->assertFalse( $invalid->verify( $hash ) ); }