Update interface #17

Merged
bastien.ollier merged 4 commits from refs/pull/17/head into main 2024-06-13 09:30:25 +02:00
Showing only changes of commit 3667868e65 - Show all commits

View File

@@ -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');