From: Aryeh Gregor Date: Wed, 3 Oct 2018 12:37:12 +0000 (+0300) Subject: Re-enable tests from TitlePermissionTest X-Git-Tag: 1.34.0-rc.0~3861^2~1 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=589741b5417adbf0e3b0d72640ff6ff297e50141;p=lhc%2Fweb%2Fwiklou.git Re-enable tests from TitlePermissionTest Let's see if they work now that services are reset between tests. This reverts commit 7f843b0c0472b9da909d7abf7c2829eec17a5b3e. Bug: T201776 Change-Id: Iea7c74f8c77a97d83385b4399e500cf8129a1158 --- diff --git a/tests/phpunit/includes/TitlePermissionTest.php b/tests/phpunit/includes/TitlePermissionTest.php index dd84b7eb01..63803cc5b6 100644 --- a/tests/phpunit/includes/TitlePermissionTest.php +++ b/tests/phpunit/includes/TitlePermissionTest.php @@ -99,10 +99,6 @@ class TitlePermissionTest extends MediaWikiLangTestCase { /** * @todo This test method should be split up into separate test methods and * data providers - * - * This test is failing per T201776. - * - * @group Broken * @covers Title::checkQuickPermissions */ public function testQuickPermissions() { @@ -647,10 +643,6 @@ class TitlePermissionTest extends MediaWikiLangTestCase { /** * @todo This test method should be split up into separate test methods and * data providers - * - * This test is failing per T201776. - * - * @group Broken * @covers Title::checkPageRestrictions */ public function testPageRestrictions() {