diff --git a/tests/unit/Symfony/Components/DependencyInjection/BuilderConfigurationTest.php b/tests/unit/Symfony/Components/DependencyInjection/BuilderConfigurationTest.php index faf48acce9..1fdc4fd039 100644 --- a/tests/unit/Symfony/Components/DependencyInjection/BuilderConfigurationTest.php +++ b/tests/unit/Symfony/Components/DependencyInjection/BuilderConfigurationTest.php @@ -17,7 +17,7 @@ use Symfony\Components\DependencyInjection\Reference; $fixturesPath = __DIR__.'/../../../../fixtures/Symfony/Components/DependencyInjection/'; -$t = new LimeTest(1); +$t = new LimeTest(37); // __construct() $t->diag('__construct()');