Stop writing to tablesUsed in tests

Bug: T351733
Change-Id: I2d9d7f5358b6d370a904305a0d9e152375a5aaf9
This commit is contained in:
Umherirrender 2024-01-20 12:23:34 +01:00
parent ff699c31aa
commit e3bbe96939

View file

@ -11,9 +11,6 @@ use ParserOptions;
* @license GPL-2.0-or-later
*/
class CiteDbTest extends \MediaWikiIntegrationTestCase {
/** @inheritDoc */
protected $tablesUsed = [ 'page' ];
/**
* Parser call within `<ref>` parse clears the original parser state.
* @see https://phabricator.wikimedia.org/T240248