framework/tests/integration/extenders
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
..
ConsoleTest.php Add console extender (#2057) 2020-04-03 19:38:54 +02:00
CsrfTest.php Refactor Route Resolving and Dispatch (#2425) 2020-11-10 12:52:12 -05:00
EventTest.php Use Symfony TranslatorInterface for tests 2020-10-05 16:02:12 -04:00
FormatterTest.php Refactor and improve formatter extender (#2098) 2020-11-03 13:05:33 -05:00
MailTest.php Send Test Mail Feature (#2023) 2020-05-30 22:49:36 -04:00
MiddlewareTest.php Fix test and extender for middleware (#2084) 2020-03-27 11:00:30 +01:00
ModelTest.php Fix Callables for Extenders (#2423) 2020-11-08 21:36:38 -05:00
NotificationTest.php Add Notification Channel Extender (#2432) 2020-11-05 12:09:06 -05:00
PostTest.php Added post extender with type method, deprecated ConfigurePostTypes (#2101) 2020-11-03 10:43:49 -05:00
RoutesTest.php Start testing Route extender 2020-02-08 00:04:32 +01:00
ServiceProviderTest.php Add Service Provider Extender (#2437) 2020-11-06 13:30:10 -05:00
UserTest.php Fix Callables for Extenders (#2423) 2020-11-08 21:36:38 -05:00
ValidatorTest.php Validator extender (#2102) 2020-11-01 11:31:16 -05:00
ViewTest.php Rename view extender 2020-07-17 12:05:49 +02:00