Refactor PersonControllerUpdateTest: separate validation test on dedicated test

This commit is contained in:
2023-08-29 14:30:03 +02:00
parent 80684f65fe
commit 52d791f6d0
5 changed files with 139 additions and 191 deletions

View File

@@ -28,4 +28,6 @@ class Birthdate extends Constraint
final public const BIRTHDATE_INVALID_CODE = '3f42fd96-0b2d-11ec-8cf3-0f3b1b1ca1c4';
public $message = 'The birthdate must be before %date%';
public $belowMessage = 'The birthdate must be after %date%';
}