codeinc / middleware-test-kit
A test kit for PHPUnit and PSR-15 middleware
Installs: 66
Dependents: 7
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/codeinc/middleware-test-kit
Requires
- php: >=7.1
- codeinc/psr7-responses: ^2
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2020-02-08 16:42:56 UTC
README
The library is a collection of tools to tests PSR-15 middleware using PHPUnit.
Installation
This library is available through Packagist and can be installed using Composer:
composer require codeinc/middleware-test-kit
💬 This library is extracted from the now deprecated codeinc/psr15-middlewares package.
License
The library is published under the MIT license (see LICENSE
file).