aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/user/BotPasswordTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/user/BotPasswordTest.php')
-rw-r--r--tests/phpunit/includes/user/BotPasswordTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/phpunit/includes/user/BotPasswordTest.php b/tests/phpunit/includes/user/BotPasswordTest.php
index 7e7c0c320877..d077866384ec 100644
--- a/tests/phpunit/includes/user/BotPasswordTest.php
+++ b/tests/phpunit/includes/user/BotPasswordTest.php
@@ -243,6 +243,10 @@ class BotPasswordTest extends MediaWikiIntegrationTestCase {
public static function provideCanonicalizeLoginData() {
return [
+ // T388255
+ [ '', '', false ],
+ [ 'user', '', false ],
+ [ '', '12345678901234567890123456789012', false ],
[ 'user', 'pass', false ],
[ 'user', 'abc@def', false ],
[ 'legacy@user', 'pass', false ],