public function testEmptyValue() { $input = <<<EOF hash: EOF; $this ->assertEquals(array( 'hash' => null, ), Yaml::parse($input)); }