diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php index 73f5a1d84c..99054524d0 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php @@ -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', ],