X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FGitInfoTest.php;h=ae858f5d5e47e6d6a7aa7eaa04a508e96f889377;hb=3df3b575c6617df64ec98533cc7141bd2314e274;hp=89416f2ff28328e48602a8efe1c7c5d79e798c0c;hpb=96a9059eed908bd2b3e0ea9cc03712d293c9400f;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/GitInfoTest.php b/tests/phpunit/includes/GitInfoTest.php index 89416f2ff2..ae858f5d5e 100644 --- a/tests/phpunit/includes/GitInfoTest.php +++ b/tests/phpunit/includes/GitInfoTest.php @@ -23,7 +23,7 @@ class GitInfoTest extends MediaWikiTestCase { public function testValidJsonData() { global $IP; - $this->assertValidGitInfo( new GitInfo( "$IP/testValidJsonData") ); + $this->assertValidGitInfo( new GitInfo( "$IP/testValidJsonData" ) ); $this->assertValidGitInfo( new GitInfo( __DIR__ . "/../data/gitinfo/extension" ) ); }