I'm trying to generate code coverage for my controllers using codeception acceptance tests but when I do run the tests with coverage Laravel doesn't know what to do with this route.
c3.php is setup and included in public/index.php - I've verified the correct page.
[ErrorException] file_get_contents(http://localhost/c3/report/clear): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error
Are there routes I need to add?