Skip to content

Commit

Permalink
Update BlogControllerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DurandSacha authored and javiereguiluz committed Mar 6, 2020
1 parent e6844af commit fd3e3e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Controller/BlogControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function testIndex()
$crawler->filter('article.post'),
'The homepage displays the right number of posts.'
);
$this->assertResponseIsSuccessful();
}

public function testRss()
Expand Down

0 comments on commit fd3e3e8

Please sign in to comment.