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.
1 parent 7052709 commit 88368b2Copy full SHA for 88368b2
app/tests/HomepageTest.php
@@ -29,7 +29,7 @@ public function testContents()
29
$this->assertCount(1, $crawler->filter('h1:contains(Homepage)'));
30
$this->assertCount(1, $crawler->filter('h2:contains("Welcome to the Symfony CMF Demo")'));
31
32
- $menuCount = $this->isSearchSupported() ? 20 : 19;
+ $menuCount = $this->isSearchSupported() ? 21 : 20;
33
$this->assertCount($menuCount, $crawler->filter('ul.menu_main li'));
34
}
35
0 commit comments