Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / validator / Tests / Constraints / ImageValidatorTest.php
index 05ab7e2f8843342f9ec2348e70d5be74cf7990c1..9d80f88d89dfa63d4344f9fdc17fdf2d237e3296 100644 (file)
@@ -389,7 +389,7 @@ class ImageValidatorTest extends ConstraintValidatorTestCase
 
     public function testCorrupted()
     {
-        if (!function_exists('imagecreatefromstring')) {
+        if (!\function_exists('imagecreatefromstring')) {
             $this->markTestSkipped('This test require GD extension');
         }