瀏覽代碼

[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/';
 $fixturesPath = __DIR__.'/../../../../fixtures/Symfony/Components/DependencyInjection/';
 
 
-$t = new LimeTest(1);
+$t = new LimeTest(37);
 
 
 // __construct()
 // __construct()
 $t->diag('__construct()');
 $t->diag('__construct()');