From 7144cad2df09b68a7359955242aabef746a826b3 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:33 +0100 Subject: Setup structure for storing middleware and added test todos --- tests/Unit/RouteTest.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Unit/RouteTest.php') diff --git a/tests/Unit/RouteTest.php b/tests/Unit/RouteTest.php index e4ce06d..e4501b4 100644 --- a/tests/Unit/RouteTest.php +++ b/tests/Unit/RouteTest.php @@ -53,3 +53,5 @@ it('can get handler', function () { ); expect($r->getHandler())->toBe($h); }); + +it('has middleware')->todo(); -- cgit v1.2.3