8000 minor #37988 [FrameworkBundle] fix tests (xabbuh) · symfony/symfony@936196b · GitHub
[go: up one dir, main page]

Skip to content

Commit 936196b

Browse files
committed
minor #37988 [FrameworkBundle] fix tests (xabbuh)
This PR was merged into the 4.4 branch. Discussion ---------- [FrameworkBundle] fix tests | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | #37967 (comment) | License | MIT | Doc PR | Commits ------- 19015ec [FrameworkBundle] fix tests
2 parents 2adacbc + 19015ec commit 936196b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php

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

15661566
$expected = [
1567-
'base_uri' => 'http://example.com',
15681567
'headers' => [
15691568
'bar' => 'baz',
15701569
],

0 commit comments

Comments
 (0)
0