Fix new CS

This commit is contained in:
2023-09-06 16:18:28 +02:00
parent bc5c420f92
commit 34ee2b3ba5
5 changed files with 25 additions and 13 deletions

View File

@@ -102,7 +102,7 @@ final class PersonContextTest extends KernelTestCase
self::$container->get(ThirdPartyRepository::class)
);
$template = new DocGeneratorTemplate();
$template->setName(["fr" =>"test"])->setContext(AccompanyingPeriodContext::class)
$template->setName(["fr" => "test"])->setContext(AccompanyingPeriodContext::class)
->setDescription("description")->setActive(true)
->setOptions($options);