From 440bd7ea5018a108483232e81c80a771ad41c9e8 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 21 May 2018 13:44:24 +0200 Subject: [PATCH] fixed test --- .../Tests/DependencyInjection/ConfigurationTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php index dd26d59d97..0c0167630d 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php @@ -129,6 +129,7 @@ class ConfigurationTest extends TestCase /** * @dataProvider getTestValidTrustedProxiesData + * @group legacy */ public function testValidTrustedProxies($trustedProxies, $processedProxies) {