Rollback change_tag table for tests
authorAdam Wight <adam.wight@wikimedia.de>
Thu, 5 Sep 2019 14:07:06 +0000 (16:07 +0200)
committerAdam Wight <adam.wight@wikimedia.de>
Thu, 5 Sep 2019 14:07:06 +0000 (16:07 +0200)
commit4d02bdf897a9aa305750de4e8105b4b7d2beed65
treeffbb2dbf98930c9612f59c6b1324461d71b7273b
parent62ef2c1e563ba5b60aac3fd5f0967ca381def0d7
Rollback change_tag table for tests

When a change tag row is written during a test, it links to content IDs which
may be reused in future tests.  To maintain test isolation, we should include
this table in the rollback for any tests that touch pages.

Bug: T227849
Change-Id: I98fe17e209f6c685ad87e52886a3526f35645d1e
tests/phpunit/MediaWikiIntegrationTestCase.php