diff --git a/tests/phpunit/TestCase.php b/tests/phpunit/TestCase.php index fb4f667..faae9bd 100644 --- a/tests/phpunit/TestCase.php +++ b/tests/phpunit/TestCase.php @@ -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 }