Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed May 19, 2016
1 parent b2610c5 commit 2532b6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/stubbing.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ $this->http->mock
->end();`
```

Additional matching methods are `queryParamExists(string $param)`, `queryParamNotExists(string $param)`,
`queryParamIs(string $param, mixed $value)`, `queryParamsExist(array $params)`, `queryParamsNotExist(array $params)`
and `queryParamsAre(array $paramMap)`.

If you have more ideas for syntactic sugar, feel free to open a pull requests.

## Pattern matching
Expand Down

0 comments on commit 2532b6d

Please sign in to comment.