public function ParserTest::testBlockChomping in Plug 7
@dataProvider getBlockChompingTests
File
- lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Tests/ ParserTest.php, line 396
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testBlockChomping($expected, $yaml) {
$this
->assertSame($expected, $this->parser
->parse($yaml));
}