Paul M. Jones
Paul M. Jones
Per #280 and the comments therein, this enables something like "real" constructor DI for FastRoute.
Currently, the FastRoute class uses strings to indicate custom or override classes, then uses that string with a `new` call to create the override object. This means that the custom...
The [pds/skeleton](https://github.com/php-pds/skeleton) standard indicates that the directory for test cases should be named `tests` (plural), not `test` (singular) as done here. If compliance with that standard is not a goal,...