feat(heures) : colonne nom -25% et statut sur la couleur de l'absence en BDD

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-08 17:59:32 +02:00
parent 818e085657
commit 4cc7747fd7
3 changed files with 21 additions and 14 deletions
@@ -100,6 +100,7 @@ final class YearlyHoursDayRowsTest extends TestCase
self::assertSame('8h', $rows[0]['dayHours']);
self::assertSame('', $rows[0]['nightHours']);
self::assertNull($rows[0]['statut']);
self::assertNull($rows[0]['statutColor']);
self::assertFalse($rows[0]['isWeekend']);
}