Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Dec 15, 2020
1 parent f3dbfa1 commit d61d892
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 87 deletions.
8 changes: 8 additions & 0 deletions tests/Fixtures/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@
app('router')
->get('controllerWebMiddleware', '\Tests\Fixtures\Controller@controllerWebMiddleware')
->name('controllerWebMiddleware');

app('router')
->get('closureNullName', static function () {
});

app('router')
->get('closure', static function () {
})->name('closure');
Loading

0 comments on commit d61d892

Please sign in to comment.