fixed json file tests
parent
c517ac6404
commit
e96e06946f
|
@ -200,6 +200,7 @@ class JsonFileTest extends \PHPUnit_Framework_TestCase
|
|||
$this->fail();
|
||||
} catch (JsonValidationException $e) {
|
||||
$this->assertContains($text, $e->getMessage());
|
||||
$this->assertNotEmpty($e->getErrors());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue