[DependencyInjection] fixed number of tests

This commit is contained in:
Fabien Potencier 2010-01-15 15:53:33 +01:00
parent c8fc0a7ff3
commit 6f820f63c9
1 changed files with 1 additions and 1 deletions

View File

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