remove constructor parameter

This commit is contained in:
Philipp Holzer 2019-08-06 07:43:13 +02:00
父節點 2e65b96cb4
當前提交 5442dfa21e
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: D8365C3D36B77D90
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -87,7 +87,7 @@ class dependencyCheck extends TestCase
]);
// create new DI-library because of shared instance rule (so the Profiler wouldn't get created twice)
$this->dice = new Dice(include __DIR__ . '/../../static/dependencies.config.php');
$this->dice = new Dice();
$profiler = $this->dice->create(Profiler::class, [$configCache]);
$this->assertInstanceOf(Profiler::class, $profiler);