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 | 7144cad2df09b68a7359955242aabef746a826b3 (patch) | |
| tree | 8d53162bb19aba1e49f1cdbfb224992152841b2c /tests/Unit/RouteDefinitionTest.php | |
| parent | fdb23965a0daf06e85de4fc11a83e5f96656cc81 (diff) | |
Setup structure for storing middleware and added test todos
Diffstat (limited to 'tests/Unit/RouteDefinitionTest.php')
| -rw-r--r-- | tests/Unit/RouteDefinitionTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Unit/RouteDefinitionTest.php b/tests/Unit/RouteDefinitionTest.php index 37a98b9..0e02bac 100644 --- a/tests/Unit/RouteDefinitionTest.php +++ b/tests/Unit/RouteDefinitionTest.php @@ -41,3 +41,5 @@ it('gets the route', function () { expect($def->getRoute())->toBe($route); }); + +it('adds middleware to route')->todo(); |
