Skip to content

Commit 32b1c5b

Browse files
committed
fix tests
1 parent c896546 commit 32b1c5b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Tests/Loader/XmlFileLoaderTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,11 @@ public function testPrependExtensionConfig()
612612
$loader->load('extensions/services1.xml');
613613

614614
$expected = [
615-
['foo' => 'ping'],
615+
[
616+
'foo' => 'ping',
617+
'another' => null,
618+
'another2' => '%project.parameter.foo%',
619+
],
616620
['foo' => 'bar'],
617621
];
618622
$this->assertSame($expected, $container->getExtensionConfig('http://www.example.com/schema/project'));

0 commit comments

Comments
 (0)