remove unneeded todo

这个提交包含在:
Philipp Holzer 2019-11-01 15:49:18 +01:00
父节点 f4ad82bcfb
当前提交 c1c4640c1b
找不到此签名对应的密钥
GPG 密钥 ID: D8365C3D36B77D90
共有 1 个文件被更改,包括 1 次插入3 次删除

查看文件

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