X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Fvalidator%2FTests%2FConstraints%2FIsbnValidatorTest.php;fp=vendor%2Fsymfony%2Fvalidator%2FTests%2FConstraints%2FIsbnValidatorTest.php;h=344edb99f370a84150157497da0c7a17c26f9489;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=e73b89d60bab1241e3a21bc8bc7b6635dfa75ad0;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/symfony/validator/Tests/Constraints/IsbnValidatorTest.php b/vendor/symfony/validator/Tests/Constraints/IsbnValidatorTest.php index e73b89d60..344edb99f 100644 --- a/vendor/symfony/validator/Tests/Constraints/IsbnValidatorTest.php +++ b/vendor/symfony/validator/Tests/Constraints/IsbnValidatorTest.php @@ -13,18 +13,13 @@ namespace Symfony\Component\Validator\Tests\Constraints; use Symfony\Component\Validator\Constraints\Isbn; use Symfony\Component\Validator\Constraints\IsbnValidator; -use Symfony\Component\Validator\Validation; +use Symfony\Component\Validator\Test\ConstraintValidatorTestCase; /** * @see https://en.wikipedia.org/wiki/Isbn */ -class IsbnValidatorTest extends AbstractConstraintValidatorTest +class IsbnValidatorTest extends ConstraintValidatorTestCase { - protected function getApiVersion() - { - return Validation::API_VERSION_2_5; - } - protected function createValidator() { return new IsbnValidator();