Fix Laravel Pint formatting
This commit is contained in:
@@ -19,7 +19,7 @@ class SemesterConfigServiceTest extends TestCase
|
||||
['id' => 3, 'config_key' => 'last_school_day', 'config_value' => '2026-06-01'],
|
||||
]);
|
||||
|
||||
$service = new SemesterConfigService();
|
||||
$service = new SemesterConfigService;
|
||||
$this->assertSame('2025-09-01', $service->getFallStart()?->format('Y-m-d'));
|
||||
$this->assertSame('2026-01-20', $service->getSpringStart()?->format('Y-m-d'));
|
||||
$this->assertSame('2026-06-01', $service->getLastSchoolDay()?->format('Y-m-d'));
|
||||
|
||||
Reference in New Issue
Block a user