Tobias Schultze преди 13 години
родител
ревизия
c73643675f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tests/Symfony/Tests/Bridge/Doctrine/Validator/Constraints/UniqueValidatorTest.php

+ 1 - 1
tests/Symfony/Tests/Bridge/Doctrine/Validator/Constraints/UniqueValidatorTest.php

@@ -215,7 +215,7 @@ class UniqueValidatorTest extends DoctrineOrmTestCase
 
         $this->setExpectedException(
             'Symfony\Component\Validator\Exception\ConstraintDefinitionException',
-            'Associated entities are not allowed have more than one identifier field'
+            'Associated entities are not allowed to have more than one identifier field'
         );
         $violationsList = $validator->validate($associated);
     }