Fix class name of BcryptPasswordTest
Tests are named Test, not TestCase Change-Id: I3725f8bebde5896fde24e36bd6b6e25dd8492a91
This commit is contained in:
parent
62ec66bb11
commit
d97cc4a2f7
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
/**
|
||||
* @group large
|
||||
*/
|
||||
class BcryptPasswordTestCase extends PasswordTestCase {
|
||||
class BcryptPasswordTest extends PasswordTestCase {
|
||||
protected function getTypeConfigs() {
|
||||
return [ 'bcrypt' => [
|
||||
'class' => 'BcryptPassword',
|
||||
|
|
|
|||
Loading…
Reference in a new issue