Don't save and restore the interwiki table
authorTim Starling <tstarling@wikimedia.org>
Tue, 4 Sep 2018 00:51:18 +0000 (10:51 +1000)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 4 Sep 2018 04:26:06 +0000 (21:26 -0700)
commitef88b9aa33739fa5887e3d206077235a397a0784
treeb0e3a7955316ad1bda38e020b1f15f8bfe51d978
parentecd0a5fce59fc40cc76ca29ebd9b5f4be1f1bfa0
Don't save and restore the interwiki table

In fact it always has zero rows. Well, at least it does until
ApiQuerySiteinfoTest::testInterwikiMap() inserts two rows without using
@group Database, and then it has two rows from then on. It's meant to
have zero rows.

This saves time and memory.

Revert of f17feae3a991de9f54e0f57d91fe95bf84211fcb

Change-Id: Ibdb12ff941d2cb47143bdff176072ef9078fa0f7
tests/phpunit/MediaWikiTestCase.php