Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / validator / Tests / Constraints / EmailValidatorTest.php
index 94857c17841734663c92758cec013adc21281f96..ff6d5c466c3641917f191a8e2a9f279b5a68f757 100644 (file)
@@ -152,10 +152,10 @@ class EmailValidatorTest extends ConstraintValidatorTestCase
             array('"test""test"@iana.org'),
             array('"test"."test"@iana.org'),
             array('"test".test@iana.org'),
-            array('"test"'.chr(0).'@iana.org'),
+            array('"test"'.\chr(0).'@iana.org'),
             array('"test\"@iana.org'),
-            array(chr(226).'@iana.org'),
-            array('test@'.chr(226).'.org'),
+            array(\chr(226).'@iana.org'),
+            array('test@'.\chr(226).'.org'),
             array('\r\ntest@iana.org'),
             array('\r\n test@iana.org'),
             array('\r\n \r\ntest@iana.org'),