Fix DI-check test

このコミットが含まれているのは:
Philipp Holzer 2019-07-24 12:48:29 +02:00
コミット 71bc37c1c1
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: D8365C3D36B77D90
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -83,6 +83,8 @@ 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');
$profiler = $this->dice->create(Profiler::class, [$configCache]);
$this->assertInstanceOf(Profiler::class, $profiler);