Skip to content

Commit

Permalink
[doc] add note/link to full zenstruck/assert expectation API
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Jul 12, 2022
1 parent 0f88a45 commit c860ff9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -394,7 +394,8 @@ $browser
Make assertions about json responses using [JMESPath expressions](https://jmespath.org/)
See the [JMESPath Tutorials](https://jmespath.org/tutorial.html) to learn more.

**NOTE:** `mtdowling/jmespath.php` is required: `composer require --dev mtdowling/jmespath.php`.
> **Note**
> `mtdowling/jmespath.php` is required: `composer require --dev mtdowling/jmespath.php`.
```php
/** @var \Zenstruck\Browser\KernelBrowser $browser **/
Expand Down Expand Up @@ -437,6 +438,10 @@ $json = $browser
;
```

> **Note**
> See the [full `zenstruck/assert` expectation API documentation](https://github.com/zenstruck/assert#expectation-api)
> to see all the methods available on `Zenstruck\Browser\Json`.
### PantherBrowser

*The `PantherBrowser` is experimental in 1.0 and may be subject to BC Breaks.*
Expand Down

0 comments on commit c860ff9

Please sign in to comment.