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