Skip to content

Commit

Permalink
Add config file.
Browse files Browse the repository at this point in the history
I forgot this like a noob.
  • Loading branch information
markstory committed Mar 30, 2018
1 parent ce147b8 commit 6bf532e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_app/invalid_routes/routes.php
@@ -0,0 +1,7 @@
<?php
/**
* Test routes file with routes that trigger a missing route class error.
* Application requests should have InvalidArgument error rendered.
*/
$routes->setRouteClass('DoesNotExist');
$routes->get('/', ['controller' => 'Pages']);

0 comments on commit 6bf532e

Please sign in to comment.