From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- tests/phpunit/includes/PasswordTest.php | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 tests/phpunit/includes/PasswordTest.php (limited to 'tests/phpunit/includes/PasswordTest.php') diff --git a/tests/phpunit/includes/PasswordTest.php b/tests/phpunit/includes/PasswordTest.php deleted file mode 100644 index ceb794b5..00000000 --- a/tests/phpunit/includes/PasswordTest.php +++ /dev/null @@ -1,33 +0,0 @@ -newFromCiphertext( null ); - $invalid2 = User::getPasswordFactory()->newFromCiphertext( null ); - - $this->assertFalse( $invalid1->equals( $invalid2 ) ); - } -} -- cgit v1.2.3-54-g00ecf