Explorar o código

[DependencyInjection] fixed number of tests

Fabien Potencier %!s(int64=15) %!d(string=hai) anos
pai
achega
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()');