mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix typo
This commit is contained in:
parent
4ce0adb23c
commit
00ca2a91a3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue