From 00ca2a91a3574967e8ec497560b6f918747f86ab Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 30 Apr 2015 00:08:45 +0100 Subject: [PATCH] Fix typo --- tests/Composer/Test/Json/JsonFileTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Composer/Test/Json/JsonFileTest.php b/tests/Composer/Test/Json/JsonFileTest.php index 5d896f026..46b434ccd 100644 --- a/tests/Composer/Test/Json/JsonFileTest.php +++ b/tests/Composer/Test/Json/JsonFileTest.php @@ -87,7 +87,7 @@ class JsonFileTest extends \PHPUnit_Framework_TestCase public function testSchemaValidation() { - $json = new JsonFile(__DIR__.'/fixtures/composer.json'); + $json = new JsonFile(__DIR__.'/Fixtures/composer.json'); $this->assertTrue($json->validateSchema()); }