diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php index 5ccc85068f..2fb91c36f0 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php @@ -1370,7 +1370,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', ],