Releases: mcustiel/phiremock-codeception-extension
Releases · mcustiel/phiremock-codeception-extension
Phiremock Codeception Extension Version 2
- Several bug fixes.
- Extension now only takes care of starting/stopping phiremock. The connection to the server happens on a module.
- Phiremock Server is not required by default in case the user wants to use a phar. If it's installed through composer, then will be started from vendor/bin directory
First beta version of Version 2
- Several bug fixes.
- Extension now only takes care of starting/stopping phiremock. The connection to the server happens on a module.
- Phiremock Server is not required by default in case the user wants to use a phar. If it's installed through composer, then will be started from
vendor/bin
directory. - Completed differentiation between version 1 and 2 of the expectation configuration.
- Added support for new condition: formData. This condition specifies conditions to check against form fields.
- Still under test.
Updated composer
Support symfony process 5 and codeception 4
Support higher versions of Symfony Process
Add compatibility with symfony 5 process (#35) * add compatibility with symfony 5 process * add check method exists
Fixes and new features
Add method to fetch executed requests
Support symfony 4
- Fix for issue mcustiel/phiremock#35
Fix for Phiremock #32
Fix for Phiremock #32
Fix for issue #25
Fix for #25
Fix for issue #21
Fixed #21 - Symfony process version jump.
Thanks to @stefankleff for reporting.