mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update tests so repositories are not called. Saves on DB calls, speeds up tests.
This commit is contained in:
@@ -39,7 +39,7 @@ class AuthenticateTest extends TestCase
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
Log::info(sprintf('Now in %s.', \get_class($this)));
|
||||
Route::middleware('auth')->any(
|
||||
'/_test/authenticate', function () {
|
||||
return 'OK';
|
||||
|
||||
Reference in New Issue
Block a user