We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f7253a + 87a5f99 commit 0a84f11Copy full SHA for 0a84f11
book/testing.rst
@@ -259,7 +259,7 @@ document::
259
To get you started faster, here is a list of the most common and
260
useful test assertions::
261
262
- // Assert that there is more than one h2 tag with the class "subtitle"
+ // Assert that there is at least one h2 tag with the class "subtitle"
263
$this->assertGreaterThan(0, $crawler->filter('h2.subtitle')->count());
264
265
// Assert that there are exactly 4 h2 tags on the page
0 commit comments