8000 [FrameworkBundle] Remove redundant check from test · symfony/symfony@73565b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 73565b2

Browse files
committed
[FrameworkBundle] Remove redundant check from test
1 parent aa232c4 commit 73565b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,9 +1947,6 @@ public function testHttpClientOverrideDefaultOptions()
19471947

19481948
public function testHttpClientRetry()
19491949
{
1950-
if (!class_exists(RetryableHttpClient::class)) {
1951-
$this->expectException(LogicException::class);
1952-
}
19531950
$container = $this->createContainerFromFile('http_client_retry');
19541951

19551952
$this->assertSame([429, 500 => ['GET', 'HEAD']], $container->getDefinition('http_client.retry_strategy')->getArgument(0));

0 commit comments

Comments
 (0)
0