mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-13 17:53:09 +00:00
Mark CiteDbTest as using the page
table
The test creates the Cite-tracking-category-cite-error page. Change-Id: I20b2007b943afd69bef8fcce18f382e64d752c57
This commit is contained in:
parent
13ea4e89fc
commit
e8da022968
|
@ -12,6 +12,8 @@ use Title;
|
||||||
* @license GPL-2.0-or-later
|
* @license GPL-2.0-or-later
|
||||||
*/
|
*/
|
||||||
class CiteDbTest extends \MediaWikiIntegrationTestCase {
|
class CiteDbTest extends \MediaWikiIntegrationTestCase {
|
||||||
|
/** @inheritDoc */
|
||||||
|
protected $tablesUsed = [ 'page' ];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Edge case where a parser call within `<ref>` parse clears the original parser state.
|
* Edge case where a parser call within `<ref>` parse clears the original parser state.
|
||||||
|
|
Loading…
Reference in a new issue