]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Util/ACLFormaterTest.php
remove unneeded todo
[friendica.git] / tests / src / Util / ACLFormaterTest.php
index ae875856ac6d899ab048469f9e9163660fee6a2e..4dccda600a689a438bcb7670e95343ea1cbcddfd 100644 (file)
@@ -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'],
                        ],
                ];