mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-12 01:01:29 +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
|
||||
*/
|
||||
class CiteDbTest extends \MediaWikiIntegrationTestCase {
|
||||
/** @inheritDoc */
|
||||
protected $tablesUsed = [ 'page' ];
|
||||
|
||||
/**
|
||||
* Edge case where a parser call within `<ref>` parse clears the original parser state.
|
||||
|
|
Loading…
Reference in a new issue