Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel authored Sep 21, 2020
1 parent 762ce21 commit d6d1e1f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Phiremock is heavily inspired by [WireMock](http://wiremock.org/), but does not
Phiremock Server requires guzzle client v6 to work. This dependency can be avoided and you can choose any psr18-compatible http client and overwrite Phiremock Server's factory to provide it.

### Phar
You can also download the standalone server as a phar from [here](https://github.com/mcustiel/phiremock-server/releases/download/v1.0.0-beta.1/phiremock.phar).
You can also download the standalone server as a phar from [here](https://github.com/mcustiel/phiremock-server/releases/download/v1.0.0/phiremock.phar).

## Running

Expand Down Expand Up @@ -615,6 +615,12 @@ Phiremock Server still supports expectations in the format of Phiremock V1. This
* **isEqualTo:** Checks that the given section of the http request is equal to the one specified, case sensitive.
* **isSameString:** Checks that the given section of the http request is equal to the one specified, case insensitive.
* **matches:** Checks that the given section of the http request matches the regular expression specified.
* **isSameJsonObject**: Checks that json received in the request is the same as a given JSON.

### See also

* Phiremock Client: https://github.com/mcustiel/phiremock-client
* Examples in tests: https://github.com/mcustiel/phiremock-server/tree/master/tests/acceptance

### Contributing:

Expand Down

0 comments on commit d6d1e1f

Please sign in to comment.