You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
webpack compiled successfully➜ jetstream-demo php artisan test
PASS Tests\Unit\ExampleTest
✓ basic test
WARN Tests\Feature\ApiTokenPermissionsTest
- api token permissions can be updated → API support is not enabled.
PASS Tests\Feature\AuthenticationTest
✓ login screen can be rendered
✓ users can authenticate using the login screen
✓ users can not authenticate with invalid password
PASS Tests\Feature\BrowserSessionsTest
✓ other browser sessions can be logged out
WARN Tests\Feature\CreateApiTokenTest
- api tokens can be created → API support is not enabled.
FAIL Tests\Feature\DeleteAccountTest
⨯ user accounts can be deleted
✓ correct password must be provided before account can be deleted
WARN Tests\Feature\DeleteApiTokenTest
- api tokens can be deleted → API support is not enabled.
WARN Tests\Feature\EmailVerificationTest
- email verification screen can be rendered → Email verification not enabled.
- email can be verified → Email verification not enabled.
- email can not verified with invalid hash → Email verification not enabled.
PASS Tests\Feature\ExampleTest
✓ basic test
PASS Tests\Feature\PasswordConfirmationTest
✓ confirm password screen can be rendered
✓ password can be confirmed
✓ password is not confirmed with invalid password
PASS Tests\Feature\PasswordResetTest
✓ reset password link screen can be rendered
✓ reset password link can be requested
✓ reset password screen can be rendered
✓ password can be reset with valid token
PASS Tests\Feature\ProfileInformationTest
✓ current profile information is available
✓ profile information can be updated
PASS Tests\Feature\RegistrationTest
✓ registration screen can be rendered
✓ new users can register
PASS Tests\Feature\TwoFactorAuthenticationSettingsTest
✓ two factor authentication can be enabled
✓ recovery codes can be regenerated
✓ two factor authentication can be disabled
PASS Tests\Feature\UpdatePasswordTest
✓ password can be updated
✓ current password must be correct
✓ new passwords must match
---
• Tests\Feature\DeleteAccountTest > user accounts can be deleted RuntimeException Session store not set on request.
at vendor/laravel/framework/src/Illuminate/Http/Request.php:483
479▕ */
480▕ public function session()
481▕ {
482▕ if (! $this->hasSession()) { ➜ 483▕ throw new RuntimeException('Session store not set on request.');
484▕ }
485▕
486▕ return $this->session;
487▕ }
+32 vendor frames
33 tests/Feature/DeleteAccountTest.php:26
Livewire\Testing\TestableLivewire::call()
Tests: 1 failed, 6 skipped, 24 passedTime: 2.01s
sqlite3
,:memory
Description:
jetstream/stubs/tests/livewire/DeleteAccountTest.php
Line 24 in 39d50ec
jetstream/src/Http/Livewire/DeleteUserForm.php
Line 67 in 39d50ec
#742
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: