diff options
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(); |
