Make copyTestData work on postgres
authordaniel <dkinzler@wikimedia.org>
Mon, 4 Mar 2019 22:01:38 +0000 (23:01 +0100)
committerdaniel <dkinzler@wikimedia.org>
Wed, 13 Mar 2019 21:06:44 +0000 (22:06 +0100)
commit9225d40c0b7147cd6e166b998eecebbc07022d6a
tree12777c745b322fc0641bcf648fb68add9e2cea6b
parent3290e7b3cc7b33287ec380d4b0af5c37aa1fad10
Make copyTestData work on postgres

The issue with SQLite mentioned in the ticket remains unresolved
for now. To make this less confusing, copyTestData() will throw
for sqlite with an explanation instead of failing later. The test
for copyTestData is skipped on sqlite as well.

Bug: T217607
Change-Id: Ib9baa15cb6feff6c06959359f846b94ae6efab07
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/tests/MediaWikiTestCaseTest.php