mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Call parent's addDBDataOnce.
This commit is contained in:
@ -31,6 +31,7 @@ abstract class TestCase extends \MediaWikiTestCase {
|
||||
}
|
||||
|
||||
public function addDBDataOnce() {
|
||||
parent::addDBDataOnce();
|
||||
$this->insertPage( 'link target', 'This page serves as a link target' );
|
||||
Targets::invalidate(); // force re-querying the pages table
|
||||
}
|
||||
|
Reference in New Issue
Block a user