Re-enable tests from TitlePermissionTest
authorAryeh Gregor <ayg@aryeh.name>
Wed, 3 Oct 2018 12:37:12 +0000 (15:37 +0300)
committerAryeh Gregor <ayg@aryeh.name>
Wed, 3 Oct 2018 12:38:45 +0000 (15:38 +0300)
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

index dd84b7e..63803cc 100644 (file)
@@ -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() {