Can I Test Socialite Redirect and callback
问题 How to Test Laravel Socialite This works on laravel 5.2, but in 5.6 I dont have visit method and method get, doesnt redirect. 回答1: For Callback there is a good example at https://laracasts.com/discuss/channels/testing/testing-socialite which points to How to Test Laravel Socialite. For the redirect bit I have used the following function protected function guest_users_can_try_to_login_with_social_platform_login(string $provider) { $providerMock = \Mockery::mock('Laravel\Socialite\Contracts