StackFlow
Laravel - HTTP Tests - Assert Not Found
Assert that the response has a not found (404) HTTP status code:
$response->assertNotFound();
Please enable JavaScript to view the
comments powered by Disqus.