summaryrefslogtreecommitdiff
path: root/tests/Unit/RouterTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/RouterTest.php')
-rw-r--r--tests/Unit/RouterTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Unit/RouterTest.php b/tests/Unit/RouterTest.php
index dcbb599..08664c9 100644
--- a/tests/Unit/RouterTest.php
+++ b/tests/Unit/RouterTest.php
@@ -331,5 +331,5 @@ it('builds routes in groups', function () {
expect($router->getNamedRoute('test4'))->toBe($r4);
});
-it('has middleware')->todo();
-it('can create a group with middleware')->todo();
+it('can create a group with middleware', function () {
+});