@dataProvider getValidLocales
public function testValidLocales($locale) { $this->context ->expects($this ->never()) ->method('addViolation'); $this->validator ->validate($locale, new Locale()); }