1
0
Fork 0
pull/3982/head
Jordi Boggiano 2015-04-30 00:08:45 +01:00
parent 4ce0adb23c
commit 00ca2a91a3
1 changed files with 1 additions and 1 deletions

View File

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