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:
parent
e2b183136c
commit
a5dfaafa02
2 changed files with 60 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue