Set global config for test to avoid failure
[lhc/web/wiklou.git] / tests / phpunit / includes / Permissions / PermissionManagerTest.php
index 7f5ec40..a6c00dc 100644 (file)
@@ -993,6 +993,7 @@ class PermissionManagerTest extends MediaWikiLangTestCase {
                $this->setMwGlobals( [
                        'wgEmailConfirmToEdit' => true,
                        'wgEmailAuthentication' => true,
+                       'wgBlockDisablesLogin' => false,
                ] );
 
                $this->overrideMwServices();