Skip to content

Commit 88368b2

Browse files
committed
updated dependencies for 1.2.0-RC2
1 parent 7052709 commit 88368b2

File tree

2 files changed

+97
-95
lines changed

2 files changed

+97
-95
lines changed

app/tests/HomepageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function testContents()
2929
$this->assertCount(1, $crawler->filter('h1:contains(Homepage)'));
3030
$this->assertCount(1, $crawler->filter('h2:contains("Welcome to the Symfony CMF Demo")'));
3131

32-
$menuCount = $this->isSearchSupported() ? 20 : 19;
32+
$menuCount = $this->isSearchSupported() ? 21 : 20;
3333
$this->assertCount($menuCount, $crawler->filter('ul.menu_main li'));
3434
}
3535

0 commit comments

Comments
 (0)