[Validator] fix merge

This commit is contained in:
Nicolas Grekas 2019-10-30 14:47:18 +01:00
parent 94beae00b1
commit cc357ad70c

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
{