Jordi Boggiano 10 năm trước cách đây
mục cha
commit
00ca2a91a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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());
     }