From: umherirrender Date: Mon, 22 Feb 2016 17:46:57 +0000 (+0100) Subject: Fix class name of BcryptPasswordTest X-Git-Tag: 1.31.0-rc.0~7862^2 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=d97cc4a2f7e1d1cc397621eb5179d12eb1803e25;p=lhc%2Fweb%2Fwiklou.git Fix class name of BcryptPasswordTest Tests are named Test, not TestCase Change-Id: I3725f8bebde5896fde24e36bd6b6e25dd8492a91 --- diff --git a/tests/phpunit/includes/password/BcryptPasswordTest.php b/tests/phpunit/includes/password/BcryptPasswordTest.php index 46ba46c193..d6940b58f3 100644 --- a/tests/phpunit/includes/password/BcryptPasswordTest.php +++ b/tests/phpunit/includes/password/BcryptPasswordTest.php @@ -3,7 +3,7 @@ /** * @group large */ -class BcryptPasswordTestCase extends PasswordTestCase { +class BcryptPasswordTest extends PasswordTestCase { protected function getTypeConfigs() { return [ 'bcrypt' => [ 'class' => 'BcryptPassword',