Merge branch '5.1'

* 5.1:
  [FrameworkBundle] fix tests
This commit is contained in:
Fabien Potencier 2020-08-30 11:59:17 +02:00
commit 2ffb6ba7e3

View File

@ -1469,7 +1469,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',
],