aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/TemplateCategoriesTest.php
diff options
context:
space:
mode:
authordaniel <daniel.kinzler@wikimedia.de>2012-08-29 10:07:10 +0200
committerdaniel <daniel.kinzler@wikimedia.de>2012-08-29 15:20:15 +0200
commit9994968774d44ea5138ba1e324349e048d54f12a (patch)
tree8472cf5465268af69dc3daa658d01c2f4b7d055c /tests/phpunit/includes/TemplateCategoriesTest.php
parent4736034866f3c1cbda172943348fc396e9a54726 (diff)
downloadmediawikicore-9994968774d44ea5138ba1e324349e048d54f12a.tar.gz
mediawikicore-9994968774d44ea5138ba1e324349e048d54f12a.zip
merged master
Change-Id: Ib2b879c4daa17401eeeb50767c0e5a54254855c3
Diffstat (limited to 'tests/phpunit/includes/TemplateCategoriesTest.php')
-rw-r--r--tests/phpunit/includes/TemplateCategoriesTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/TemplateCategoriesTest.php b/tests/phpunit/includes/TemplateCategoriesTest.php
index 38ca85eb0aad..03b94aea7f1d 100644
--- a/tests/phpunit/includes/TemplateCategoriesTest.php
+++ b/tests/phpunit/includes/TemplateCategoriesTest.php
@@ -3,7 +3,7 @@
/**
* @group Database
*/
-require dirname( __FILE__ ) . "/../../../maintenance/runJobs.php";
+require __DIR__ . "/../../../maintenance/runJobs.php";
class TemplateCategoriesTest extends MediaWikiLangTestCase {