8000 Merge branch '6.3' into 6.4 · symfony/symfony-docs@40e747c · GitHub
[go: up one dir, main page]

Skip to content

Commit 40e747c

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Fix Crawler assertSelectorTextSame documentation
2 parents 779464f + f9d13b4 commit 40e747c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ Crawler Assertions
984984
contain the expected text.
985985
``assertSelectorTextSame(string $selector, string $text, string $message = '')``
986986
Asserts that the contents of the first element matching the given
987-
selector does (not) equal the expected text.
987+
selector does equal the expected text.
988988
``assertPageTitleSame(string $expectedTitle, string $message = '')``
989989
Asserts that the ``<title>`` element is equal to the given title.
990990
``assertPageTitleContains(string $expectedTitle, string $message = '')``

0 commit comments

Comments
 (0)
0