Skip to content

Releases: mcustiel/phiremock-codeception-module

v3.0.0

Choose a tag to compare

@mcustiel mcustiel released this 07 Apr 08:06
1f02cf0
  • Minimum supported PHP version: 8.2
  • Use lib-asserts v3

v2.0.0

Choose a tag to compare

@mcustiel mcustiel released this 29 Jul 18:32
106855c

Restrict supported versions to PHP v8 and Codeception v5

v1.2.0

Choose a tag to compare

@mcustiel mcustiel released this 29 Jul 18:28

Support v2 of lib-asserts

v1.1.4

Choose a tag to compare

@mcustiel mcustiel released this 14 May 14:11

What's Changed

Full Changelog: v1.1.3...v1.1.4

Fix: absolute path detection

Choose a tag to compare

@mcustiel mcustiel released this 20 Feb 09:37
477ef99

Fix for #7

Support PHP8

Choose a tag to compare

@mcustiel mcustiel released this 07 Feb 12:30
b3dd459
  • #6 Support PHP8

Use semantic versions in composer.json

Choose a tag to compare

@mcustiel mcustiel released this 15 Jan 13:59
1ecaad3

HTTPS. Multi-instance.

Choose a tag to compare

@mcustiel mcustiel released this 30 Oct 21:16
  • #3 Allows to configure and connect to several phiremock instances and use them from tests. HTTPS support.

Added missing setScenarioState method

Choose a tag to compare

@mcustiel mcustiel released this 08 Oct 20:33

Load expectations from subdirs. Bugfixes.

Choose a tag to compare

@mcustiel mcustiel released this 06 Oct 18:04
538aa65

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