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:
Daimona Eaytoy 2023-08-11 16:06:05 +02:00
parent 13ea4e89fc
commit e8da022968

View file

@ -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.