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

Skip to content

Commit f3ed89e

Browse files
committed
[FrameworkBundle] Remove redundant check from test
1 parent 914c288 commit f3ed89e

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
@@ -1996,9 +1996,6 @@ public function testHttpClientOverrideDefaultOptions()
19961996

19971997
public function testHttpClientRetry()
19981998
{
1999-
if (!class_exists(RetryableHttpClient::class)) {
2000-
$this->expectException(LogicException::class);
2001-
}
20021999
$container = $this->createContainerFromFile('http_client_retry');
20032000

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

0 commit comments

Comments
 (0)
0