update 1.0.8.0
Commits for version update
This commit is contained in:
1
vendor/symfony/yaml/Tests/DumperTest.php
vendored
1
vendor/symfony/yaml/Tests/DumperTest.php
vendored
@@ -296,7 +296,6 @@ EOF;
|
||||
*/
|
||||
public function testDumpObjectAsMap($object, $expected)
|
||||
{
|
||||
|
||||
$yaml = $this->dumper->dump($object, 0, 0, Yaml::DUMP_OBJECT_AS_MAP);
|
||||
|
||||
$this->assertEquals($expected, Yaml::parse($yaml, Yaml::PARSE_OBJECT_FOR_MAP));
|
||||
|
Reference in New Issue
Block a user