File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
src/Symfony/Component/Config/Tests/Definition/Dumper Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ public function testDumper()
22
22
23
23
$ dumper = new YamlReferenceDumper ();
24
24
25
+ $ this ->assertContains ($ this ->getConfigurationAsString (), $ dumper ->dump ($ configuration ));
25
26
$ this ->markTestIncomplete ('The Yaml Dumper currently does not support prototyped arrays ' );
26
- $ this ->assertEquals ($ this ->getConfigurationAsString (), $ dumper ->dump ($ configuration ));
27
27
}
28
28
29
29
private function getConfigurationAsString ()
@@ -32,7 +32,7 @@ private function getConfigurationAsString()
32
32
acme_root:
33
33
boolean: true
34
34
scalar_empty: ~
35
- scalar_null: ~
35
+ scalar_null: null
36
36
scalar_true: true
37
37
scalar_false: false
38
38
scalar_default: default
@@ -59,10 +59,6 @@ enum: ~ # One of "this"; "that"
59
59
60
60
# Prototype
61
61
name: ~
62
- connections:
63
- # Prototype
64
- - { user: ~, pass: ~ }
65
-
66
62
EOL;
67
63
}
68
64
}
You can’t perform that action at this time.
0 commit comments