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

Skip to content

Commit b12fba9

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
use Symfony\Component\DependencyInjection\ContainerBuilder;
4242
use Symfony\Component\DependencyInjection\ContainerInterface;
4343
use Symfony\Component\DependencyInjection\Definition;
44-
use Symfony\Component\DependencyInjection\Exception\LogicException;
4544
use Symfony\Component\DependencyInjection\Loader\ClosureLoader;
4645
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
4746
use Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag;
@@ -1996,9 +1995,6 @@ public function testHttpClientOverrideDefaultOptions()
19961995

19971996
public function testHttpClientRetry()
19981997
{
1999-
if (!class_exists(RetryableHttpClient::class)) {
2000-
$this->expectException(LogicException::class);
2001-
}
20021998
$container = $this->createContainerFromFile('http_client_retry');
20031999

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

0 commit comments

Comments
 (0)
0