framework/tests
Alexander Skvortsov 0c95774333
Refactor Route Resolving and Dispatch (#2425)
- Split DispatchRoute. This allows us to run middleware after we figure out which route we're on, but before we actually execute the controller for that route.
- By making the route name explicitly available to middlewares, applications like CSRF and floodgate can set patterns based on route names instead of the path, which is an implementation detail.
- Support using route name match for CSRF extender, deprecate path match
2020-11-10 12:52:12 -05:00
..
fixtures View Extender (add namespace) (#2134) 2020-07-17 11:59:00 +02:00
integration Refactor Route Resolving and Dispatch (#2425) 2020-11-10 12:52:12 -05:00
unit Use reserved TLD for default dev hostname 2020-09-27 22:55:46 +02:00
phpunit.integration.xml Update test libraries 2019-07-06 01:49:55 +02:00
phpunit.unit.xml Automatically set up Mockery for unit tests 2019-11-21 00:51:11 +01:00