mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 02:38:09 +00:00
Expand test coverage.
This commit is contained in:
@@ -42,7 +42,7 @@ class IsSandstormUserTest extends TestCase
|
||||
parent::setUp();
|
||||
Log::info(sprintf('Now in %s.', get_class($this)));
|
||||
Route::middleware(IsSandStormUser::class)->any(
|
||||
'/_test/is-sandstorm', function () {
|
||||
'/_test/is-sandstorm',static function () {
|
||||
return 'OK';
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user