[FrameworkBundle] fix tests

This commit is contained in:
Christian Flothmann 2020-08-30 11:40:10 +02:00
parent 2adacbcff8
commit 19015ec404

View File

@ -1564,7 +1564,6 @@ abstract class FrameworkExtensionTest extends TestCase
$this->assertSame('http://example.com', $container->getDefinition('foo')->getArgument(1)); $this->assertSame('http://example.com', $container->getDefinition('foo')->getArgument(1));
$expected = [ $expected = [
'base_uri' => 'http://example.com',
'headers' => [ 'headers' => [
'bar' => 'baz', 'bar' => 'baz',
], ],