@dataProvider getValidDateTimes
public function testValidDateTimes($dateTime) { $this->context ->expects($this ->never()) ->method('addViolation'); $this->validator ->validate($dateTime, new DateTime()); }