If had the following call in my test:
$response = $this->call('GET', 'user/profile');
how can I check that the route called is protected by the auth
filter for instance?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community