[FrameworkBundle] fix tests

This commit is contained in:
Christian Flothmann 2020-08-30 11:40:10 +02:00
parent 2adacbcff8
commit 19015ec404
1 changed files with 0 additions and 1 deletions

View File

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