summaryrefslogtreecommitdiff
path: root/tests/Unit/RouterTest.php
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2026-06-10 19:00:33 +0100
committerSam Light <sam@lightscale.co.uk>2026-06-10 19:00:33 +0100
commit65bb048bf3c3d4226b8d7580592b62351e07a7e6 (patch)
tree0ecdfd77213af25ac27a4ad3b5e7f48a0157b099 /tests/Unit/RouterTest.php
parent7144cad2df09b68a7359955242aabef746a826b3 (diff)
Created tests for having middleware
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 () {
+});