feat(desfile): download reserved ticket PDF
This commit is contained in:
@@ -353,6 +353,10 @@ class EntryReservationServiceTest extends TestCase
|
||||
$report = new EntryReservationReportService;
|
||||
|
||||
$this->assertCount(1, $reservations);
|
||||
$this->assertSame(
|
||||
$reservations->sole()->ticket_id,
|
||||
$service->reservationTicket($user, $reservations->sole()->id)->id,
|
||||
);
|
||||
$this->assertSame('Otro método', $report->rows($reservations)->sole()['pago']);
|
||||
|
||||
$pdf = (new EntryReservationPdfService($report))->download(
|
||||
|
||||
Reference in New Issue
Block a user