Feature: Add a list export for evaluation, actions and household

This commit is contained in:
2023-01-26 14:22:30 +00:00
committed by Julien Fastré
parent 9ada19ef23
commit e54c2ca712
24 changed files with 1323 additions and 50 deletions

View File

@@ -13,15 +13,15 @@ namespace Export\Export;
use Chill\MainBundle\Test\Export\AbstractExportTest;
use Chill\PersonBundle\Export\Declarations;
use Chill\PersonBundle\Export\Export\CountSocialWorkActions;
use Chill\PersonBundle\Export\Export\CountAccompanyingPeriodWork;
/**
* @internal
* @coversNothing
*/
final class CountSocialWorkActionsTest extends AbstractExportTest
final class CountAccompanyingPeriodWorkTest extends AbstractExportTest
{
private CountSocialWorkActions $export;
private CountAccompanyingPeriodWork $export;
protected function setUp(): void
{