remove unneeded todo

This commit is contained in:
Philipp Holzer 2019-11-01 15:49:18 +01:00
부모 f4ad82bcfb
커밋 c1c4640c1b
No known key found for this signature in database
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'],
],
];