1
0
Fork 0

fixed json file tests

pull/862/head
Robert Schönthal 2012-07-02 15:13:56 +02:00
parent c517ac6404
commit e96e06946f
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ class JsonFileTest extends \PHPUnit_Framework_TestCase
$this->fail();
} catch (JsonValidationException $e) {
$this->assertContains($text, $e->getMessage());
$this->assertNotEmpty($e->getErrors());
}
}