main
Jordi Boggiano 9 years ago
parent 4ce0adb23c
commit 00ca2a91a3

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

Loading…
Cancel
Save