Releases: mcustiel/phiremock-codeception-module
Releases · mcustiel/phiremock-codeception-module
v2.0.0
v1.2.0
v1.1.4
Fix: absolute path detection
Fix for #7
Support PHP8
- #6 Support PHP8
Use semantic versions in composer.json
HTTPS. Multi-instance.
- #3 Allows to configure and connect to several phiremock instances and use them from tests. HTTPS support.
Added missing setScenarioState method
Load expectations from subdirs. Bugfixes.
PRs:
- #1 - bugfix: Fixed module throwing error when no config is provided to module
- #2 - feature: Add the ability to load expectations in subdirectories via annotation
Thanks to @LGouttefange
First release
- Several bug fixes.
- This module takes care of connecting to phiremock server and executing requests, it does not start/stop it.
- The extension now only takes care of connecting to Phiremock Server. The starting/stopping of Phiremock Server happens on a codeception extension.
- Completed differentiation between version 1 and 2 of the expectation configuration. The client uses version 2.
- Added support for new condition: formData. This condition specifies conditions to check against form fields.