PJ Dietz
|
36a170bcff
|
Upgrade PHPUnit to ^6
|
2017-07-22 15:21:41 -04:00 |
PJ Dietz
|
92294a2e67
|
Move doubles to Doubles namespace
|
2016-05-21 12:08:17 -04:00 |
PJ Dietz
|
91249d885f
|
MethodMap tests use Dispatcher and MiddlewareMock; rename NextMock
|
2016-05-21 10:16:22 -04:00 |
PJ Dietz
|
f9ab311b79
|
MethodMap test uses ServerRequest and NextSpy
|
2016-05-21 09:48:44 -04:00 |
PJ Dietz
|
4eb0b2641e
|
Use ServerRequest instance in MethodMap test
|
2016-05-21 08:46:13 -04:00 |
PJ Dietz
|
ac2ed4a24a
|
Router stops propagating on 404, 405, and OPTIONS
|
2015-05-19 19:12:12 -04:00 |
PJ Dietz
|
a825654336
|
Refactor MiddlewareInterface::dispatch to MiddlewareInterface::__invoke
|
2015-05-19 18:35:29 -04:00 |
PJ Dietz
|
6507028dd3
|
Pass DispatchProvider to Router on construction
|
2015-05-10 12:04:36 -04:00 |
PJ Dietz
|
87caa09b61
|
Pass DispatcherInterface into MethodMap on construction
|
2015-05-10 11:41:02 -04:00 |
PJ Dietz
|
8071b0b5db
|
Move MiddlewareInterface to the root namespace.
|
2015-05-10 11:21:55 -04:00 |
PJ Dietz
|
bbb138996a
|
Add Dispatching namesapce
|
2015-05-10 11:02:59 -04:00 |
PJ Dietz
|
b0db3cbcdd
|
MethodMap::dispatch calls $next even on failure
|
2015-05-10 09:05:05 -04:00 |
PJ Dietz
|
72767b74e8
|
Rename MethodMap::setMethod to ::register
|
2015-05-10 09:05:05 -04:00 |
PJ Dietz
|
d8352e71d9
|
Update MethodMap to match new MiddlewareInterface
|
2015-05-10 09:05:05 -04:00 |
PJ Dietz
|
ccbe8bb2e0
|
Rework MethodMap
|
2015-05-07 18:02:13 -04:00 |
PJ Dietz
|
4a75f4e3a6
|
Update tests to to avoid passing a reveal() return value by reference.
|
2015-04-13 19:46:03 -04:00 |
PJ Dietz
|
0d204d9279
|
Add MethodMap
MethodMap::add adds each comma-separated method for one middleware
Fix name for MethodMapTest
|
2015-04-06 19:12:57 -04:00 |