@dataProvider getValidTimes
public function testValidTimes($time) { $this->context ->expects($this ->never()) ->method('addViolation'); $this->validator ->validate($time, new Time()); }