mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-12 01:01:29 +00:00
Stop writing to tablesUsed in tests
Bug: T351733 Change-Id: I2d9d7f5358b6d370a904305a0d9e152375a5aaf9
This commit is contained in:
parent
ff699c31aa
commit
e3bbe96939
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue