From 65bb048bf3c3d4226b8d7580592b62351e07a7e6 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:33 +0100 Subject: Created tests for having middleware --- tests/Unit/RouterTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Unit/RouterTest.php') 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 () { +}); -- cgit v1.2.3