X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FGitInfoTest.php;h=e22f50507ec14b0220e8c85c31b79a0ced32faca;hb=2d9d5fecf334264bcba05ad9624a377dfc29c067;hp=7c684d51e19aff2dbbfcdb7ebcc0361facf63532;hpb=476997b3bbfb88bbae0083cd1f882f4b97f357b7;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/GitInfoTest.php b/tests/phpunit/includes/GitInfoTest.php index 7c684d51e1..e22f50507e 100644 --- a/tests/phpunit/includes/GitInfoTest.php +++ b/tests/phpunit/includes/GitInfoTest.php @@ -6,7 +6,7 @@ class GitInfoTest extends MediaWikiTestCase { protected function setUp() { parent::setUp(); - $this->setMwGlobals( 'wgCacheDirectory', __DIR__ . '/../data' ); + $this->setMwGlobals( 'wgGitInfoCacheDirectory', __DIR__ . '/../data/gitinfo' ); } public function testValidJsonData() {