fix delebration test
This commit is contained in:
@@ -41,7 +41,7 @@ final class DeliberationDecision
|
||||
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, '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,
|
||||
default => null,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user