Skip to content

Commit b664c8d

Browse files
committed
minor #14377 Add Crawler assert functions (Nyholm)
This PR was merged into the 5.x branch. Discussion ---------- Add Crawler assert functions This will fix #14281 and fix #14282 https://symfony.com/doc/current/testing/functional_tests_assertions.html Commits ------- 4919af7 Add Crawler assert functions
2 parents 54a71dd + 4919af7 commit b664c8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testing/functional_tests_assertions.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ Crawler
8181
- ``assertPageTitleContains()``
8282
- ``assertInputValueSame()``
8383
- ``assertInputValueNotSame()``
84+
- ``assertCheckboxChecked()``
85+
- ``assertCheckboxNotChecked()``
86+
- ``assertFormValue()``
87+
- ``assertNoFormValue()``
8488

8589
Mailer
8690
~~~~~~

0 commit comments

Comments
 (0)