Reset relevant DB tables before the first test of a suite.
authordaniel <daniel.kinzler@wikimedia.de>
Thu, 7 Jun 2018 12:36:06 +0000 (14:36 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Thu, 7 Jun 2018 12:53:26 +0000 (14:53 +0200)
commit96a964631bd7e1229567eed3467890ce23fe8819
tree0c233ff5eee23f6d8e5dfe31263a7679d022454a
parent7bfc0f42a305ebd7b1f762edc292a04f0bf72950
Reset relevant DB tables before the first test of a suite.

MediaWikiTestCase truncates all the tables in the tablesUsed field
after each test. It should also do that before the first test of the
class.

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