Add SPARQL client to core
[lhc/web/wiklou.git] / tests / phpunit / includes / password / PasswordTest.php
index e8a4d5c..d0177d0 100644 (file)
  * @file
  */
 
+/**
+ * @covers InvalidPassword
+ */
 class PasswordTest extends MediaWikiTestCase {
-       /**
-        * @covers InvalidPassword::equals
-        */
        public function testInvalidUnequalInvalid() {
                $passwordFactory = new PasswordFactory();
                $invalid1 = $passwordFactory->newFromCiphertext( null );