Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to Jasny PHP code quality 2.1 | Arnold Daniels | 2017-01-24 | 1 | -2/+2 |
| | | | | Use Jasny\TestHelper (rather than defining a similar in this lib) | ||||
* | Added ability to use Dependency injection | Arnold Daniels | 2016-12-20 | 1 | -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. |