Skip to content

Releases: mcustiel/phiremock-codeception-module

v2.0.0

29 Jul 18:32
106855c
Compare
Choose a tag to compare

Restrict supported versions to PHP v8 and Codeception v5

v1.2.0

29 Jul 18:28
Compare
Choose a tag to compare

Support v2 of lib-asserts

v1.1.4

14 May 14:11
Compare
Choose a tag to compare

What's Changed

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

Fix: absolute path detection

20 Feb 09:37
477ef99
Compare
Choose a tag to compare

Support PHP8

07 Feb 12:30
b3dd459
Compare
Choose a tag to compare
  • #6 Support PHP8

Use semantic versions in composer.json

15 Jan 13:59
1ecaad3
Compare
Choose a tag to compare

HTTPS. Multi-instance.

30 Oct 21:16
Compare
Choose a tag to compare
  • #3 Allows to configure and connect to several phiremock instances and use them from tests. HTTPS support.

Added missing setScenarioState method

08 Oct 20:33
Compare
Choose a tag to compare

Load expectations from subdirs. Bugfixes.

06 Oct 18:04
538aa65
Compare
Choose a tag to compare

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

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