We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d45c96 commit bf5beedCopy full SHA for bf5beed
tests/Functional/HomepageTest.php
@@ -38,7 +38,7 @@ public function testContents()
38
$this->assertCount(1, $crawler->filter('h1:contains(Homepage)'));
39
$this->assertCount(1, $crawler->filter('h2:contains("Welcome to the Symfony CMF Demo")'));
40
41
- $this->assertCount(24, $crawler->filter('.panel-nav li'));
+ $this->assertCount(25, $crawler->filter('.panel-nav li'));
42
}
43
44
public function testJsonContents()
0 commit comments