From: Philipp Holzer Date: Fri, 1 Nov 2019 14:49:18 +0000 (+0100) Subject: remove unneeded todo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c1c4640c1be543ce7c04e36e84a398e63f73ce9b;p=friendica.git remove unneeded todo --- 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'], ], ];