Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Oct 3, 2014
1 parent 87bb2a5 commit b32b54c
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 264 deletions.
2 changes: 1 addition & 1 deletion app/tests/AdminDashboardTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function testContents()
$this->assertEquals(200, $response->getStatusCode());
$this->assertContains('Sonata Admin', $response->getContent());

$this->assertCount(2, $crawler->filter('.container-fluid'));
$this->assertCount(1, $crawler->filter('.container-fluid'));
$this->assertCount(12, $crawler->filter('.sonata-ba-list-label'));
}
}
Loading

0 comments on commit b32b54c

Please sign in to comment.