Fix typo
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…
Reference in New Issue