diff options
Diffstat (limited to 'tests/Unit/RouteTest.php')
| -rw-r--r-- | tests/Unit/RouteTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |
