codeinc/middleware-test-kit
This package is abandoned and no longer maintained.
No replacement package was suggested.
A test kit for PHPUnit and PSR-15 middleware
Maintainers
1.0.1
2018-10-08 13:27 UTC
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 15df38764fd4e0fb3508afbeebfd2872e3cd0518
- Joan Fabrégat <joan.woop@codeinc.fr>
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).
