20 $data =
array(
'lorem' =>
'ipsum',
'dolor' =>
'sit');
23 $this->assertEquals(
$data, $parsed);
static dump($input, $inline=2, $indent=4, $flags=0)
Dumps a PHP value to a YAML string.
testNegativeIndentationThrowsException()
The indentation must be greater than zero
static parse($input, $flags=0)
Parses YAML into a PHP value.
Create styles array
The data for the language used.
testZeroIndentationThrowsException()
The indentation must be greater than zero