mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 05:54:34 +02:00
Apply Pint fixes
This commit is contained in:
@ -335,10 +335,10 @@ class UserManagerControllerTest extends FeatureTestCase
|
||||
public function test_revokePATs_flushes_pats()
|
||||
{
|
||||
Artisan::call('passport:install', [
|
||||
'--verbose' => 2,
|
||||
'--no-interaction' => 1
|
||||
'--verbose' => 2,
|
||||
'--no-interaction' => 1,
|
||||
]);
|
||||
|
||||
|
||||
$tokenRepository = app(TokenRepository::class);
|
||||
|
||||
$this->actingAs($this->user, 'api-guard')
|
||||
|
Reference in New Issue
Block a user