X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fvalidator%2FTests%2FConstraints%2FImageValidatorTest.php;fp=vendor%2Fsymfony%2Fvalidator%2FTests%2FConstraints%2FImageValidatorTest.php;h=9d80f88d89dfa63d4344f9fdc17fdf2d237e3296;hp=05ab7e2f8843342f9ec2348e70d5be74cf7990c1;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/symfony/validator/Tests/Constraints/ImageValidatorTest.php b/vendor/symfony/validator/Tests/Constraints/ImageValidatorTest.php index 05ab7e2f8..9d80f88d8 100644 --- a/vendor/symfony/validator/Tests/Constraints/ImageValidatorTest.php +++ b/vendor/symfony/validator/Tests/Constraints/ImageValidatorTest.php @@ -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'); }