We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6844af commit fd3e3e8Copy full SHA for fd3e3e8
tests/Controller/BlogControllerTest.php
@@ -36,6 +36,7 @@ public function testIndex()
36
$crawler->filter('article.post'),
37
'The homepage displays the right number of posts.'
38
);
39
+ $this->assertResponseIsSuccessful();
40
}
41
42
public function testRss()
0 commit comments