Skip to content

Commit 0a84f11

Browse files
committed
Merge pull request symfony#1955 from bicpi/fix_useful_assertions_comment
fix comment to describe the sample code correctly
2 parents 3f7253a + 87a5f99 commit 0a84f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ document::
259259
To get you started faster, here is a list of the most common and
260260
useful test assertions::
261261

262-
// Assert that there is more than one h2 tag with the class "subtitle"
262+
// Assert that there is at least one h2 tag with the class "subtitle"
263263
$this->assertGreaterThan(0, $crawler->filter('h2.subtitle')->count());
264264

265265
// Assert that there are exactly 4 h2 tags on the page

0 commit comments

Comments
 (0)