zendframework / zend-stratigility

Middleware for PHP built on top of PSR-7 and PSR-15
BSD 3-Clause "New" or "Revised" License
235 stars 57 forks source link

Added MiddlewarePipeInterface as abstraction layer for MiddlewarePipe #146

Closed michalbundyra closed 6 years ago

michalbundyra commented 6 years ago

MiddlewarePipe is a final class, so we need to have abstraction layer to make mocking easy

Fixes #144

michalbundyra commented 6 years ago

@weierophinney - I've added unit test into this PR, please have a look

weierophinney commented 6 years ago

Thanks, @webimpress!