Skip to content

Commit cc46616

Browse files
committed
[FrameworkBundle] 15751 add documentation for assertThatForClient
1 parent c733953 commit cc46616

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)