X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FGitInfoTest.php;h=ae858f5d5e47e6d6a7aa7eaa04a508e96f889377;hb=b8dfbe878c9a30b671af50768be337aed99372b3;hp=89416f2ff28328e48602a8efe1c7c5d79e798c0c;hpb=2fdcd7bfdd95a3b1515b9a94289d67eb60add484;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" ) ); }