summaryrefslogtreecommitdiffstats
path: root/tests/Router/ControllerFactoryTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Update to Jasny PHP code quality 2.1Arnold Daniels2017-01-241-2/+2
| | | | Use Jasny\TestHelper (rather than defining a similar in this lib)
* Added ability to use Dependency injectionArnold Daniels2016-12-201-0/+124
Replaced runner factory with delegated runner Controller runner now uses a factory callable Added ControllerFactory class The ControllerFactory chain another method for instantiation. This can be use to connect a DI container. All runners return not found and trigger a notice if they can't run. rather than throwing an exception.