diff options
Diffstat (limited to 'tests/phpunit/includes/TemplateCategoriesTest.php')
-rw-r--r-- | tests/phpunit/includes/TemplateCategoriesTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit/includes/TemplateCategoriesTest.php b/tests/phpunit/includes/TemplateCategoriesTest.php index ab2313635da3..ebd8dbd3dad5 100644 --- a/tests/phpunit/includes/TemplateCategoriesTest.php +++ b/tests/phpunit/includes/TemplateCategoriesTest.php @@ -1,10 +1,10 @@ <?php +require __DIR__ . "/../../../maintenance/runJobs.php"; + /** * @group Database */ -require __DIR__ . "/../../../maintenance/runJobs.php"; - class TemplateCategoriesTest extends MediaWikiLangTestCase { /** |