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
DeleteAccountTest::test_user_accounts_can_be_deleted gives an error after the "composer update"
Steps To Reproduce:
=== Right before the update:
$ phpunit
PHPUnit 9.5.4 by Sebastian Bergmann and contributors.
.......................S....S..SSSS........................ 59 / 59 (100%)
=== Right after the update:
$ phpunit
PHPUnit 9.5.4 by Sebastian Bergmann and contributors.
.......................S....SE.SSSS........................ 59 / 59 (100%)
Time: 00:10.091, Memory: 50.50 MB
There was 1 error:
Tests\Feature\LaravelProvided\DeleteAccountTest::test_user_accounts_can_be_deleted
RuntimeException: Session store not set on request.
The text was updated successfully, but these errors were encountered:
Description:
DeleteAccountTest::test_user_accounts_can_be_deleted gives an error after the "composer update"
Steps To Reproduce:
=== Right before the update:
$ phpunit
PHPUnit 9.5.4 by Sebastian Bergmann and contributors.
.......................S....S..SSSS........................ 59 / 59 (100%)
=== Update:
$ composer update
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 11 updates, 0 removals
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 11 updates, 0 removals
Generating optimized autoload files
=== Right after the update:
$ phpunit
PHPUnit 9.5.4 by Sebastian Bergmann and contributors.
.......................S....SE.SSSS........................ 59 / 59 (100%)
Time: 00:10.091, Memory: 50.50 MB
There was 1 error:
RuntimeException: Session store not set on request.
The text was updated successfully, but these errors were encountered: