mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Apply Pint fixes
This commit is contained in:
@ -143,7 +143,7 @@ class SystemControllerTest extends FeatureTestCase
|
||||
{
|
||||
Notification::fake();
|
||||
|
||||
$this->mock(Dispatcher::class)->shouldReceive('send')->andThrow(new Exception());
|
||||
$this->mock(Dispatcher::class)->shouldReceive('send')->andThrow(new Exception);
|
||||
|
||||
$response = $this->actingAs($this->admin, 'web-guard')
|
||||
->json('POST', '/system/test-email', []);
|
||||
|
Reference in New Issue
Block a user