Skip to content

Commit

Permalink
updated dependencies for 1.2.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Aug 29, 2014
1 parent 7052709 commit 88368b2
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 95 deletions.
2 changes: 1 addition & 1 deletion app/tests/HomepageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function testContents()
$this->assertCount(1, $crawler->filter('h1:contains(Homepage)'));
$this->assertCount(1, $crawler->filter('h2:contains("Welcome to the Symfony CMF Demo")'));

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

Expand Down
Loading

0 comments on commit 88368b2

Please sign in to comment.