assertTrue($policy->isSchoolDay($context, new \DateTimeImmutable('2026-05-31'))); $this->assertFalse($policy->isSchoolDay($context, new \DateTimeImmutable('2026-05-30'))); } }