Files
simple-php-router/test
Simon Sessingø b07348a3df Development
- Removed temporary `RouterException` class.
- Added object-types to parameters in `CallbackExceptionHandler` and `SimpleRouter` classes.
- Router now renders groups even if callback is null.
- Renamed `setMiddleware` to `addMiddleware` in `Route` class and `IRoute` interface.
- `addMiddleware` now accept both object and class strings in `Route` class.
- `addExceptionHandler` now accept both object and class strings in `RouteGroup` class.
- Added unit-test for rewrite-exception message change: `testRewriteExceptionMessage` in `RouterRewriteTest`.
- Fixed typo: renamed `testSimularUrls` to `testSimilarUrls` in `RouterUrlTest`.
2017-07-08 11:21:18 +02:00
..
2017-03-06 02:53:44 +01:00
2017-03-05 17:09:46 +01:00
2017-03-05 17:09:46 +01:00
2017-03-05 17:09:46 +01:00
2017-03-06 02:53:44 +01:00
2017-03-05 17:09:46 +01:00
2017-07-08 11:21:18 +02:00
2017-05-09 06:43:26 +02:00
2017-07-08 11:21:18 +02:00