mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-13 17:53:09 +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
|
* @license GPL-2.0-or-later
|
||||||
*/
|
*/
|
||||||
class CiteDbTest extends \MediaWikiIntegrationTestCase {
|
class CiteDbTest extends \MediaWikiIntegrationTestCase {
|
||||||
/** @inheritDoc */
|
|
||||||
protected $tablesUsed = [ 'page' ];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parser call within `<ref>` parse clears the original parser state.
|
* Parser call within `<ref>` parse clears the original parser state.
|
||||||
* @see https://phabricator.wikimedia.org/T240248
|
* @see https://phabricator.wikimedia.org/T240248
|
||||||
|
|
Loading…
Reference in a new issue