Feature: [export][course] filter course by step, between two dates

This commit is contained in:
2023-06-14 23:31:43 +02:00
parent 398b633863
commit fe936ac0f2
6 changed files with 146 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ namespace Chill\PersonBundle\Tests\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Test\Export\AbstractFilterTest;
use Chill\PersonBundle\Entity\AccompanyingPeriod;
use Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\StepFilter;
use Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\StepFilterOnDate;
/**
* @internal
@@ -21,7 +21,7 @@ use Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\StepFilter;
*/
final class StepFilterTest extends AbstractFilterTest
{
private StepFilter $filter;
private StepFilterOnDate $filter;
protected function setUp(): void
{