Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / validator / Tests / Constraints / BicValidatorTest.php
index 6b945639ab7cce81099de6cf7b1ac63154042efa..52f27ddac615cb146050f2631318b18f15753695 100644 (file)
@@ -13,8 +13,9 @@ namespace Symfony\Component\Validator\Tests\Constraints;
 
 use Symfony\Component\Validator\Constraints\BicValidator;
 use Symfony\Component\Validator\Constraints\Bic;
+use Symfony\Component\Validator\Test\ConstraintValidatorTestCase;
 
-class BicValidatorTest extends AbstractConstraintValidatorTest
+class BicValidatorTest extends ConstraintValidatorTestCase
 {
     protected function createValidator()
     {