Skip to content

Releases: mcustiel/phiremock-codeception-extension

Phiremock Codeception Extension Version 2

22 Sep 18:19
Compare
Choose a tag to compare
  • 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

01 Sep 08:10
Compare
Choose a tag to compare
  • 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

31 Mar 16:37
Compare
Choose a tag to compare

Support symfony process 5 and codeception 4

Support higher versions of Symfony Process

31 Mar 16:09
5f9c523
Compare
Choose a tag to compare
Add compatibility with symfony 5 process (#35)

* add compatibility with symfony 5 process

* add check method exists

Fixes and new features

08 Sep 12:19
Compare
Choose a tag to compare

#31 Allow Codeception v3.x
#32 Support annotations for unique expectations.

Add method to fetch executed requests

21 Oct 09:56
Compare
Choose a tag to compare

Support symfony 4

10 Jun 09:42
Compare
Choose a tag to compare

Fix for Phiremock #32

24 Jan 19:02
Compare
Choose a tag to compare

Fix for Phiremock #32

Fix for issue #25

22 Jan 19:14
Compare
Choose a tag to compare

Fix for issue #21

26 Dec 20:55
cb02ef7
Compare
Choose a tag to compare

Fixed #21 - Symfony process version jump.
Thanks to @stefankleff for reporting.