Clarify MediaWikiTestCase::getSchemaOverrides()
authorLucas Werkmeister <lucas.werkmeister@wikimedia.de>
Mon, 27 May 2019 14:59:05 +0000 (16:59 +0200)
committerLucas Werkmeister <lucas.werkmeister@wikimedia.de>
Mon, 27 May 2019 14:59:05 +0000 (16:59 +0200)
commit89614c5623f5fe96092072885e79f8bcad6de6c8
treebc80cedc07460f004e5ff574e230f2ea0842f519
parent5ed6917b4a630ef5b9d9d9ea68c2f4043cb70f1e
Clarify MediaWikiTestCase::getSchemaOverrides()

I assumed that the 'create', 'drop' and 'alter' fields could be used to
limit the effect of a larger schema update when a test only uses a part
of it; debugging the resulting errors wasted a lot of time. Perhaps this
will help to prevent others from making the same mistake.

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