Jordi Boggiano 10 years ago
parent
commit
00ca2a91a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Composer/Test/Json/JsonFileTest.php

+ 1 - 1
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());
     }