add tests batch 20
This commit is contained in:
@@ -53,7 +53,7 @@ class InvoicePaymentServiceTest extends TestCase
|
||||
'refund_paid_amount' => 5,
|
||||
]);
|
||||
|
||||
$service = new InvoicePaymentService(new InvoiceConfigService);
|
||||
$service = new InvoicePaymentService(new InvoiceConfigService());
|
||||
$data = $service->getParentInvoiceSummary(10, '2025-2026');
|
||||
|
||||
$this->assertSame('2025-2026', $data['selectedYear']);
|
||||
|
||||
Reference in New Issue
Block a user