From 589741b5417adbf0e3b0d72640ff6ff297e50141 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Wed, 3 Oct 2018 15:37:12 +0300 Subject: [PATCH] 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 --- tests/phpunit/includes/TitlePermissionTest.php | 8 -------- 1 file changed, 8 deletions(-) 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() { -- 2.20.1