add test for accompanying period location validity

This commit is contained in:
2021-07-28 16:16:57 +02:00
parent 3c7b67604c
commit 3169da20ad
3 changed files with 129 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ class LocationValidity extends Constraint
{
public $messagePersonLocatedMustBeAssociated = "The person where the course is located must be associated to the course. Change course's location before removing the person.";
public $messagPeriodMustRemainsLocated = "The period must remains located";
public $messagePeriodMustRemainsLocated = "The period must remains located";
public function getTargets()
{