This commit is contained in:
2023-08-28 12:49:31 +02:00
parent ea9c21e021
commit c33330969c
4 changed files with 4 additions and 4 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);