add test batches
This commit is contained in:
@@ -163,7 +163,7 @@ class FinancialSummaryServiceTest extends TestCase
|
||||
],
|
||||
]);
|
||||
|
||||
$service = new FinancialSummaryService(new FinancialDonationRecipientService);
|
||||
$service = new FinancialSummaryService(new FinancialDonationRecipientService());
|
||||
$summary = $service->getSummary('2025-01-01', '2025-12-31', '2025-2026');
|
||||
|
||||
$this->assertSame(120.0, $summary['totalCharges']);
|
||||
|
||||
Reference in New Issue
Block a user