After updating Laravel from 7.x to 8.x the Factories and Test Cases no longer work. We need to update the Factories to the new format and update all Test Cases to function properly. This should be a matter of just updating Factory calls in the Tests.
After updating Laravel from
7.x
to8.x
the Factories and Test Cases no longer work. We need to update the Factories to the new format and update all Test Cases to function properly. This should be a matter of just updating Factory calls in the Tests.