1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Add a fixture for the schema validation

This commit is contained in:
Jordi Boggiano 2015-04-29 23:45:30 +01:00
parent e2b183136c
commit a5dfaafa02
2 changed files with 60 additions and 1 deletions

View file

@ -87,7 +87,7 @@ class JsonFileTest extends \PHPUnit_Framework_TestCase
public function testSchemaValidation()
{
$json = new JsonFile(__DIR__.'/../../../../composer.json');
$json = new JsonFile(__DIR__.'/fixtures/composer.json');
$this->assertTrue($json->validateSchema());
}