Skip to content

Commit fd3e3e8

Browse files
DurandSachajaviereguiluz
authored andcommitted
Update BlogControllerTest.php
1 parent e6844af commit fd3e3e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Controller/BlogControllerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function testIndex()
3636
$crawler->filter('article.post'),
3737
'The homepage displays the right number of posts.'
3838
);
39+
$this->assertResponseIsSuccessful();
3940
}
4041

4142
public function testRss()

0 commit comments

Comments
 (0)