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 fc2b872e7c - Show all commits

View File

@@ -15,7 +15,7 @@ class PostControllerTest extends WebTestCase
private KernelBrowser $client;
private EntityManagerInterface $manager;
private PostRepository $repository;
private string $path = '/post/';
private string $path = '/posts/';
protected function setUp(): void
{