File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -394,7 +394,8 @@ $browser
394394Make assertions about json responses using [ JMESPath expressions] ( https://jmespath.org/ )
395395See 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.*
You can’t perform that action at this time.
0 commit comments