Skip to content

Commit 0607ca3

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: [FrameworkBundle] fix tests
2 parents abbb379 + 19298db commit 0607ca3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/DependencyInjection/FrameworkExtensionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,6 @@ public function testHttpClientOverrideDefaultOptions()
13701370
$this->assertSame('http://example.com', $container->getDefinition('foo')->getArgument(1));
13711371

13721372
$expected = [
1373-
'base_uri' => 'http://example.com',
13741373
'headers' => [
13751374
'bar' => 'baz',
13761375
],

0 commit comments

Comments
 (0)