remove unneeded todo

Bu işleme şunda yer alıyor:
Philipp Holzer 2019-11-01 15:49:18 +01:00
ebeveyn f4ad82bcfb
işleme c1c4640c1b
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: D8365C3D36B77D90
1 değiştirilmiş dosya ile 1 ekleme ve 3 silme

Dosyayı Görüntüle

@ -87,10 +87,8 @@ class ACLFormaterTest extends TestCase
'input' => '<Another<> invalid <string>', //should be invalid
'assert' => [],
],
/// @todo should there be an exception? Or array(1, 3)
// (This should be array(1,3) - mike)
'emptyMatch' => [
'input' => '<1><><3>', //should be invalid
'input' => '<1><><3>',
'assert' => ['1', '3'],
],
];