Skip to content

Releases: mcustiel/phiremock-codeception-extension

Fix for issue #21

26 Dec 20:55
cb02ef7

Choose a tag to compare

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

Improved resetting of phiremeock state

12 Oct 18:10

Choose a tag to compare

Issue #16

25 Sep 14:22

Choose a tag to compare

  • #16 Log file is not created with PCNTL disabled.

Added method in module

19 Sep 17:42

Choose a tag to compare

Added method from proposal in issue #14

Fix for #12

15 Sep 14:11

Choose a tag to compare

Fixed in PR #13 by @dewa1t

Added check for installation of pcntl and fixed min php version in composer

20 Jul 11:37

Choose a tag to compare

Added config for expectations path for the extension

13 Jun 16:29

Choose a tag to compare

Added expectations_path option to extension config, so preconfigured expectations can be saved in files.

Improved Windows support

09 Mar 20:25

Choose a tag to compare

Improved the way that the paths are built to improve Windows support.
Thanks to @linslin

Windows support

04 Mar 12:40

Choose a tag to compare

Fixed issue #4
Thanks @linslin

Fixed exception when killing process

15 Dec 13:09

Choose a tag to compare

Using codeception events to control the process start and stop.
Thanks to @thitami for reporting the issue.