-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[JsonPath] Add test documentation for the component #21090
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JsonPath] Add test documentation for the component #21090
Conversation
e4e14e1 to
b1c2340
Compare
javiereguiluz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work Vincent! Thanks.
|
@alamirault a |
85bc74a to
8d20ebb
Compare
Might be a good idea, @symfony/docs WDYT? |
8d20ebb to
f03d8e2
Compare
|
Rebased from 7.3 ✅ |
alexandre-daubois
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try to wrap your lines at 80 chars overall 🙂
|
~80 chars 😄 not a hard limit, but an orientation |
|
@alexandre-daubois Done for 80 👍 |
ad3f520 to
b5c9c0a
Compare
|
But for lisst when I rendenring them it's look like :/ @alexandre-daubois @OskarStark |
|
Try indenting with the rest, i.e. two spaces for each line under the list item |
b5c9c0a to
24429d5
Compare
Done everywhere, its works as expected! 👍 |
24429d5 to
87ccbb5
Compare
|
Merged! Thanks a lot Vincent for your recent contributions to Symfony Docs! |
This PR was merged into the 7.3 branch. Discussion ---------- Add phpunit in dev deps and updates recipes Following symfony/symfony-docs#21090 (comment) and symfony/symfony-docs#21090 (comment) Commits ------- 7d8751e Add phpunit/phpunit and updates recipes

Updates the documentation to document
JsonPathAssertionsTraitand related constraints (closes #20977).Complete the previous work done in #21078.