Fix DI-check test

Bu işleme şunda yer alıyor:
Philipp Holzer 2019-07-24 12:48:29 +02:00
ebeveyn 6759e0c193
işleme 71bc37c1c1
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: D8365C3D36B77D90
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme

Dosyayı Görüntüle

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