ran pint
This commit is contained in:
@@ -38,4 +38,4 @@ test('users can logout', function () {
|
||||
|
||||
$this->assertGuest();
|
||||
$response->assertRedirect('/');
|
||||
});
|
||||
});
|
||||
|
||||
@@ -43,4 +43,4 @@ test('email is not verified with invalid hash', function () {
|
||||
$this->actingAs($user)->get($verificationUrl);
|
||||
|
||||
expect($user->fresh()->hasVerifiedEmail())->toBeFalse();
|
||||
});
|
||||
});
|
||||
|
||||
@@ -29,4 +29,4 @@ test('password is not confirmed with invalid password', function () {
|
||||
]);
|
||||
|
||||
$response->assertSessionHasErrors();
|
||||
});
|
||||
});
|
||||
|
||||
@@ -57,4 +57,4 @@ test('password can be reset with valid token', function () {
|
||||
|
||||
return true;
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -22,4 +22,4 @@ test('new users can register', function () {
|
||||
assertTrue(auth()->user()->ownedOrganisations()->count() === 1);
|
||||
|
||||
$response->assertRedirect(route('dashboard', absolute: false));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user