Skip to content

Commit 7744bea

Browse files
committed
minor #15971 [FrameworkBundle] 15751 add documentation for assertThatForClient (JohJohan)
This PR was merged into the 5.4 branch. Discussion ---------- [FrameworkBundle] 15751 add documentation for assertThatForClient Fixes #15751 Commits ------- cc46616 [FrameworkBundle] 15751 add documentation for assertThatForClient
2 parents a68c710 + cc46616 commit 7744bea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,8 @@ Browser Assertions
922922
``assertBrowserCookieValueSame(string $name, string $expectedValue, string $path = '/', string $domain = null, string $message = '')``
923923
Asserts the given cookie in the test Client is set to the expected
924924
value.
925+
``assertThatForClient(Constraint $constraint, string $message = '')``
926+
Asserts the given Constraint in Client.
925927

926928
Crawler Assertions
927929
..................

0 commit comments

Comments
 (0)