* Discord notifications for events #433 * Style fixes * Check for blank webhook urls and disable * Cleanup items after review * Changes and fixes * Style fixes * Don't load env for testing * Fix status text * Refactor saving fields/fares so events get the latest data * Cleanup * Style fixes
This commit is contained in:
@@ -57,11 +57,10 @@ abstract class TestCase extends \Illuminate\Foundation\Testing\TestCase
|
||||
ThrottleRequests::class
|
||||
);
|
||||
|
||||
Notification::fake();
|
||||
|
||||
Artisan::call('database:create', ['--reset' => true]);
|
||||
Artisan::call('migrate:refresh', ['--env' => 'testing', '--force' => true]);
|
||||
|
||||
Notification::fake();
|
||||
// $this->disableExceptionHandling();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user