Skip to content

Commit b32b54c

Browse files
committed
updated dependencies
1 parent 87bb2a5 commit b32b54c

File tree

2 files changed

+227
-264
lines changed

2 files changed

+227
-264
lines changed

app/tests/AdminDashboardTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function testContents()
3535
$this->assertEquals(200, $response->getStatusCode());
3636
$this->assertContains('Sonata Admin', $response->getContent());
3737

38-
$this->assertCount(2, $crawler->filter('.container-fluid'));
38+
$this->assertCount(1, $crawler->filter('.container-fluid'));
3939
$this->assertCount(12, $crawler->filter('.sonata-ba-list-label'));
4040
}
4141
}

0 commit comments

Comments
 (0)