Files
rpsls-game/tests/_support/Config/Routes.php
2019-12-02 14:56:47 -06:00

8 lines
141 B
PHP

<?php
/**
* This is a simple file to include for testing the RouteCollection class.
*/
$routes->add('testing', 'TestController::index');