diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:33 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:33 +0100 |
| commit | 65bb048bf3c3d4226b8d7580592b62351e07a7e6 (patch) | |
| tree | 0ecdfd77213af25ac27a4ad3b5e7f48a0157b099 /tests/Unit/RouteTest.php | |
| parent | 7144cad2df09b68a7359955242aabef746a826b3 (diff) | |
Created tests for having middleware
Diffstat (limited to 'tests/Unit/RouteTest.php')
| -rw-r--r-- | tests/Unit/RouteTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Unit/RouteTest.php b/tests/Unit/RouteTest.php index e4501b4..e4ce06d 100644 --- a/tests/Unit/RouteTest.php +++ b/tests/Unit/RouteTest.php @@ -53,5 +53,3 @@ it('can get handler', function () { ); expect($r->getHandler())->toBe($h); }); - -it('has middleware')->todo(); |
