From d97cc4a2f7e1d1cc397621eb5179d12eb1803e25 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Mon, 22 Feb 2016 18:46:57 +0100 Subject: [PATCH] Fix class name of BcryptPasswordTest Tests are named Test, not TestCase Change-Id: I3725f8bebde5896fde24e36bd6b6e25dd8492a91 --- tests/phpunit/includes/password/BcryptPasswordTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.20.1