X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fvalidator%2FTests%2FConstraints%2FAllValidatorTest.php;fp=vendor%2Fsymfony%2Fvalidator%2FTests%2FConstraints%2FAllValidatorTest.php;h=2792dc4014a7338e28477e0b853d291739ae222d;hp=57dd6006974b0191b696499b6aef19809bfe0a28;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/symfony/validator/Tests/Constraints/AllValidatorTest.php b/vendor/symfony/validator/Tests/Constraints/AllValidatorTest.php index 57dd60069..2792dc401 100644 --- a/vendor/symfony/validator/Tests/Constraints/AllValidatorTest.php +++ b/vendor/symfony/validator/Tests/Constraints/AllValidatorTest.php @@ -15,15 +15,10 @@ use Symfony\Component\Validator\Constraints\All; use Symfony\Component\Validator\Constraints\AllValidator; use Symfony\Component\Validator\Constraints\NotNull; use Symfony\Component\Validator\Constraints\Range; -use Symfony\Component\Validator\Validation; +use Symfony\Component\Validator\Test\ConstraintValidatorTestCase; -class AllValidatorTest extends AbstractConstraintValidatorTest +class AllValidatorTest extends ConstraintValidatorTestCase { - protected function getApiVersion() - { - return Validation::API_VERSION_2_5; - } - protected function createValidator() { return new AllValidator();