소스 검색

[DependencyInjection] fixed number of tests

Fabien Potencier 15 년 전
부모
커밋
6f820f63c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/unit/Symfony/Components/DependencyInjection/BuilderConfigurationTest.php

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