|
public function withPersonalTeam() |
UserFactory.php file is published when Jetstream's team feature is enabled.
If team feature is disabled, Laravel's default UserFactory doesn't have withPersonalTeam method. In that case, if email verification feature is enabled then EmailVerificationTest fails.
My suggestion is to publish UserFactory.php file on jetstream:install command, even if team feature is disabled.