@dataProvider getValidCountries
public function testValidCountries($country) { $this->context ->expects($this ->never()) ->method('addViolation'); $this->validator ->validate($country, new Country()); }