remove constructor parameter

Bu işleme şunda yer alıyor:
Philipp Holzer 2019-08-06 07:43:13 +02:00
ebeveyn 2e65b96cb4
işleme 5442dfa21e
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: D8365C3D36B77D90
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

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