Skip to content

First beta version of Version 2

Choose a tag to compare

@mcustiel mcustiel released this 01 Sep 08:10
· 26 commits to version-2.x since this release
  • 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.