remove unneeded todo

Este commit está contenido en:
Philipp Holzer 2019-11-01 15:49:18 +01:00
padre f4ad82bcfb
commit c1c4640c1b
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: D8365C3D36B77D90
Se han modificado 1 ficheros con 1 adiciones y 3 borrados

Ver fichero

@ -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'],
],
];