From c1c4640c1be543ce7c04e36e84a398e63f73ce9b Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Fri, 1 Nov 2019 15:49:18 +0100 Subject: [PATCH] remove unneeded todo --- tests/src/Util/ACLFormaterTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/src/Util/ACLFormaterTest.php b/tests/src/Util/ACLFormaterTest.php index ae875856ac..4dccda600a 100644 --- a/tests/src/Util/ACLFormaterTest.php +++ b/tests/src/Util/ACLFormaterTest.php @@ -87,10 +87,8 @@ class ACLFormaterTest extends TestCase 'input' => ' invalid ', //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'], ], ];