Releases: albertcht/lumen-testing
Releases · albertcht/lumen-testing
v1.1
Features
- Add support for Console and Containers
- Add missing be() method to InteractsWithAuthentication.php
- Add missing expectsJobs() and withoutJobs() methods to MocksApplicationServices.php
- Add trait to run tests with/without exception handling
Thanks to #10, #11
v0.8
- Add support for both
baseUrl
and app url
for setting base app.
v0.6
- Support Lumen 5.6.4
- Add missing assertions for Lumen 5.6
v0.4
- minimum php version: 7.0
- minimum lumen version: 5.3