Skip to content

Commit c860ff9

Browse files
committed
[doc] add note/link to full zenstruck/assert expectation API
1 parent 0f88a45 commit c860ff9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,8 @@ $browser
394394
Make assertions about json responses using [JMESPath expressions](https://jmespath.org/)
395395
See the [JMESPath Tutorials](https://jmespath.org/tutorial.html) to learn more.
396396

397-
**NOTE:** `mtdowling/jmespath.php` is required: `composer require --dev mtdowling/jmespath.php`.
397+
> **Note**
398+
> `mtdowling/jmespath.php` is required: `composer require --dev mtdowling/jmespath.php`.
398399
399400
```php
400401
/** @var \Zenstruck\Browser\KernelBrowser $browser **/
@@ -437,6 +438,10 @@ $json = $browser
437438
;
438439
```
439440

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

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

0 commit comments

Comments
 (0)