-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 8 upgrade #285
Laravel 8 upgrade #285
Conversation
Best reviewed: commit by commit
Optimal code review plan (1 warning)
|
Regenerate upgrade files
Update dusk config file per warnings
if (!is_null($comment->commentUser) && !in_array($comment->commentUser, $userlist)) { | ||
$userlist[$comment->commentUser] = Olduser::findOrFail($comment->commentUser)->username; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a sufficient catch. With Oldappeals, Oldcomments has a zero equivalency being the system. Uploading a patch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All checks seem to be passing, quick run through on the interface fine. 1 bug found via CR, and fixed.
Thanks. Feel free to merge, and remember to update dependencies on production when deploying there. |
see #103 for more details. this pr also includes #286
php artisan test
instead ofvendor/bin/phpunit