X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Fvalidator%2FTests%2FConstraints%2FNotBlankValidatorTest.php;fp=vendor%2Fsymfony%2Fvalidator%2FTests%2FConstraints%2FNotBlankValidatorTest.php;h=fd92febf9b29b96c31975ab7f67b4217db9d3f92;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=c7c081a63beb018df4f4e4103e791b8a1c8cc455;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/symfony/validator/Tests/Constraints/NotBlankValidatorTest.php b/vendor/symfony/validator/Tests/Constraints/NotBlankValidatorTest.php index c7c081a63..fd92febf9 100644 --- a/vendor/symfony/validator/Tests/Constraints/NotBlankValidatorTest.php +++ b/vendor/symfony/validator/Tests/Constraints/NotBlankValidatorTest.php @@ -13,15 +13,10 @@ namespace Symfony\Component\Validator\Tests\Constraints; use Symfony\Component\Validator\Constraints\NotBlank; use Symfony\Component\Validator\Constraints\NotBlankValidator; -use Symfony\Component\Validator\Validation; +use Symfony\Component\Validator\Test\ConstraintValidatorTestCase; -class NotBlankValidatorTest extends AbstractConstraintValidatorTest +class NotBlankValidatorTest extends ConstraintValidatorTestCase { - protected function getApiVersion() - { - return Validation::API_VERSION_2_5; - } - protected function createValidator() { return new NotBlankValidator();