public function InlineTest::testParseInvalidMappingShouldThrowException in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/yaml/Tests/InlineTest.php \Symfony\Component\Yaml\Tests\InlineTest::testParseInvalidMappingShouldThrowException()
@expectedException \Symfony\Component\Yaml\Exception\ParseException
File
- vendor/
symfony/ yaml/ Tests/ InlineTest.php, line 105
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testParseInvalidMappingShouldThrowException() {
Inline::parse('[foo] bar');
}