From 6f820f63c95cd489714c7d06128ea77a630e2d0e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 15 Jan 2010 15:53:33 +0100 Subject: [PATCH] [DependencyInjection] fixed number of tests --- .../Components/DependencyInjection/BuilderConfigurationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()');