update test

pull/17/head
Bastien OLLIER 3 weeks ago committed by clfreville2
parent fc2b872e7c
commit 3667868e65

@ -40,7 +40,7 @@ class PostControllerTest extends WebTestCase
public function testIndex(): void
{
$crawler = $this->client->request('GET', '/post');
$crawler = $this->client->request('GET', '/posts');
self::assertResponseStatusCodeSame(200);
self::assertPageTitleContains('Post index');

Loading…
Cancel
Save