Skip to content

Commit

Permalink
[FrameworkBundle] fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Aug 30, 2020
1 parent 33bb058 commit 19298db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/DependencyInjection/FrameworkExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,6 @@ public function testHttpClientOverrideDefaultOptions()
$this->assertSame('http://example.com', $container->getDefinition('foo')->getArgument(1));

$expected = [
'base_uri' => 'http://example.com',
'headers' => [
'bar' => 'baz',
],
Expand Down

0 comments on commit 19298db

Please sign in to comment.