Set BlockDisablesLogin false for Blocking group tests that assume this
authorThalia <thalia.e.chan@googlemail.com>
Tue, 19 Feb 2019 20:16:21 +0000 (20:16 +0000)
committerThalia <thalia.e.chan@googlemail.com>
Tue, 19 Feb 2019 20:17:48 +0000 (20:17 +0000)
commitf5809ea9882d22a6bc5577693a313891c9e1cd03
tree703d1f1ce44ed8690bdd66c1d78bd4cee2ff1814
parent000e00cf919805fbac87e7295e66bb1029ef35d3
Set BlockDisablesLogin false for Blocking group tests that assume this

The global config $wgBlockDisablesLogin can override certain block flags
if true, causing some tests to fail. Set it to false for these tests.

Change-Id: I497ef07bd34a1e458fd9692ef4874474e61151c8
tests/phpunit/includes/BlockTest.php
tests/phpunit/includes/block/BlockRestrictionTest.php
tests/phpunit/includes/specials/SpecialBlockTest.php