From 6c4cbfd7361e8cb53ec4069e3d06a0051c96fd43 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 7 Jun 2018 11:44:30 -0700 Subject: [PATCH] Enable InterwikiTest::testDatabaseStorage() The patch mentioned in the skip message was never merged, but the test passes now. Change-Id: Ifa28fbf1d8967fc3dac0f81032ef3f2439efb86c --- tests/phpunit/includes/interwiki/InterwikiTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phpunit/includes/interwiki/InterwikiTest.php b/tests/phpunit/includes/interwiki/InterwikiTest.php index 0d41c520db..6b7aa8532f 100644 --- a/tests/phpunit/includes/interwiki/InterwikiTest.php +++ b/tests/phpunit/includes/interwiki/InterwikiTest.php @@ -56,8 +56,6 @@ class InterwikiTest extends MediaWikiTestCase { } public function testDatabaseStorage() { - $this->markTestSkipped( 'Needs I37b8e8018b3 ' ); - // NOTE: database setup is expensive, so we only do // it once and run all the tests in one go. $dewiki = [ -- 2.20.1