Bläddra i källkod

[DependencyInjection] fixed number of tests

Fabien Potencier 15 år sedan
förälder
incheckning
6f820f63c9

+ 1 - 1
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()');