I would like something in #Drupal functional tests that I can put before a request, like expect200()
, and if the request isn't a 200, it dumps out the route name, the access callback, and the controller callback, because figuring those out when routes are dynamically-generated is just a total PITA.