add test batches
This commit is contained in:
@@ -42,7 +42,7 @@ class FinancialSchoolYearServiceTest extends TestCase
|
||||
],
|
||||
]);
|
||||
|
||||
$service = new FinancialSchoolYearService;
|
||||
$service = new FinancialSchoolYearService();
|
||||
$years = $service->listYears();
|
||||
|
||||
$this->assertSame(['2025-2026', '2024-2025'], $years);
|
||||
|
||||
Reference in New Issue
Block a user