feat: extract participant draft field applier
This commit is contained in:
@@ -14,6 +14,7 @@ use App\Form\Model\BookingDto;
|
||||
use App\Form\Model\ParticipantDto;
|
||||
use App\Repository\BookingEditDraftRepository;
|
||||
use App\Service\BookingEditDraftService;
|
||||
use App\Service\BookingEditDraftParticipantApplier;
|
||||
use App\Service\BookingFingerprintService;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
@@ -36,6 +37,7 @@ class BookingEditDraftServiceMutabilityTest extends TestCase
|
||||
$this->createMock(BookingEditDraftRepository::class),
|
||||
$this->createMock(EntityManagerInterface::class),
|
||||
$this->createMock(BookingFingerprintService::class),
|
||||
new BookingEditDraftParticipantApplier(),
|
||||
new NullLogger(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user