Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/validator/Test/ConstraintValidatorTestCase.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
225 | 225 |
226 private $message; | 226 private $message; |
227 private $parameters = array(); | 227 private $parameters = array(); |
228 private $invalidValue = 'InvalidValue'; | 228 private $invalidValue = 'InvalidValue'; |
229 private $propertyPath = 'property.path'; | 229 private $propertyPath = 'property.path'; |
230 private $translationDomain; | |
231 private $plural; | 230 private $plural; |
232 private $code; | 231 private $code; |
233 private $constraint; | 232 private $constraint; |
234 private $cause; | 233 private $cause; |
235 | 234 |
262 return $this; | 261 return $this; |
263 } | 262 } |
264 | 263 |
265 public function setTranslationDomain($translationDomain) | 264 public function setTranslationDomain($translationDomain) |
266 { | 265 { |
267 $this->translationDomain = $translationDomain; | 266 // no-op for BC |
268 | 267 |
269 return $this; | 268 return $this; |
270 } | 269 } |
271 | 270 |
272 public function setInvalidValue($invalidValue) | 271 public function setInvalidValue($invalidValue) |