From cc357ad70c44c53d8d6b7e087df172bab30aa777 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 30 Oct 2019 14:47:18 +0100 Subject: [PATCH] [Validator] fix merge --- .../Component/Validator/Tests/ConstraintViolationTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/Validator/Tests/ConstraintViolationTest.php b/src/Symfony/Component/Validator/Tests/ConstraintViolationTest.php index 5e637ecb4eda..14dc3cd1ec50 100644 --- a/src/Symfony/Component/Validator/Tests/ConstraintViolationTest.php +++ b/src/Symfony/Component/Validator/Tests/ConstraintViolationTest.php @@ -14,6 +14,7 @@ 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 {