mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Update test case
This commit is contained in:
parent
24fb5e7306
commit
b33df111a4
@ -24,7 +24,7 @@ class UserModuleTest extends HumHubDbTestCase
|
||||
], $module->getNotifications());
|
||||
|
||||
$this->assertEquals([
|
||||
'/^.{5,255}$/' => 'Password needs to be at least 8 characters long.',
|
||||
'/^.{5,255}$/' => 'Password needs to be at least 5 characters long.',
|
||||
], $module->getPasswordStrength());
|
||||
|
||||
$module->passwordStrength = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user