fix delebration test
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 47s
Tests / PHPUnit (push) Successful in 1m16s

This commit is contained in:
root
2026-08-20 16:30:52 -04:00
parent 246def8ca9
commit 383bbb7269
@@ -41,7 +41,7 @@ final class DeliberationDecision
str_contains($compact, 'repeat') || str_contains($compact, 'keepkg') => self::REPEAT_CLASS, str_contains($compact, 'repeat') || str_contains($compact, 'keepkg') => self::REPEAT_CLASS,
str_contains($compact, 'makeupexam') || str_contains($compact, 'makeupexamfall') || str_contains($compact, 'makeup') => self::MAKE_UP_EXAM, str_contains($compact, 'makeupexam') || str_contains($compact, 'makeupexamfall') || str_contains($compact, 'makeup') => self::MAKE_UP_EXAM,
str_contains($compact, 'deferred') || str_contains($compact, 'pendingdecision') => self::DEFERRED_DECISION, str_contains($compact, 'deferred') || str_contains($compact, 'pendingdecision') => self::DEFERRED_DECISION,
str_contains($compact, 'withdraw') => self::WITHDRAWN, str_contains($compact, 'withdraw') || str_contains($compact, 'widthrwan') => self::WITHDRAWN,
str_contains($compact, 'expel') => self::EXPELLED, str_contains($compact, 'expel') => self::EXPELLED,
default => null, default => null,
}; };