Merge branch '4.4'

* 4.4:
  [Validator] fix merge
This commit is contained in:
Nicolas Grekas 2019-10-30 14:48:35 +01:00
commit ba6dd85eb9

View File

@ -14,6 +14,7 @@ namespace Symfony\Component\Validator\Tests;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Validator\ConstraintViolation;
use Symfony\Component\Validator\Tests\Fixtures\CustomArrayObject;
use Symfony\Component\Validator\Tests\Fixtures\ToString;
class ConstraintViolationTest extends TestCase
{