Add $tablesUsed for ApiTestCase
authorMatthias Mullie <git@mullie.eu>
Mon, 20 Oct 2014 11:57:11 +0000 (13:57 +0200)
committerMatthias Mullie <git@mullie.eu>
Mon, 20 Oct 2014 11:57:13 +0000 (13:57 +0200)
commit0f07cb138eb528510cc2da10df9cd6c9e3278902
tree890bf6457e68e53cbe7e1b5a79919330b21ae5f1
parent1540bd29a9f173baf0bef0f2873a7564598cec7b
Add $tablesUsed for ApiTestCase

This test creates 2 TestUser objects on setUp. Due to recent
changes in TestUser, this isn't even possible anymore if
MediaWikiTestCase hasn't setupTestDB() properly.

Change-Id: Idadfb94bd48270ad085cfece2bf17024ed9d97cd
tests/phpunit/includes/api/ApiTestCase.php