Skip to content

Commit d61d892

Browse files
author
Andrey Helldar
committed
Updated tests
1 parent f3dbfa1 commit d61d892

File tree

2 files changed

+100
-87
lines changed

2 files changed

+100
-87
lines changed

tests/Fixtures/routes.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,11 @@
3838
app('router')
3939
->get('controllerWebMiddleware', '\Tests\Fixtures\Controller@controllerWebMiddleware')
4040
->name('controllerWebMiddleware');
41+
42+
app('router')
43+
->get('closureNullName', static function () {
44+
});
45+
46+
app('router')
47+
->get('closure', static function () {
48+
})->name('closure');

0 commit comments

Comments
 (0)