Release 2.36.0 (#5514)
This commit is contained in:
@@ -251,7 +251,7 @@ class TimesheetValidationTest extends KernelTestCase
|
||||
$entity->setBegin($begin);
|
||||
$entity->setEnd($end);
|
||||
|
||||
$this->assertHasViolationForField($entity, 'end_date');
|
||||
$this->assertHasViolationForField($entity, ['end_date', 'duration']);
|
||||
|
||||
// allow same begin and end
|
||||
$entity = $this->getEntity();
|
||||
|
||||
Reference in New Issue
Block a user