X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fpsy%2Fpsysh%2Ftest%2FException%2FTypeErrorExceptionTest.php;fp=vendor%2Fpsy%2Fpsysh%2Ftest%2FException%2FTypeErrorExceptionTest.php;h=01f251bb88c9a7cb635b13121676d35363a7399d;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=7bf27af954e8b7572a4205d082d9501fd54c2dd1;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/vendor/psy/psysh/test/Exception/TypeErrorExceptionTest.php b/vendor/psy/psysh/test/Exception/TypeErrorExceptionTest.php index 7bf27af95..01f251bb8 100644 --- a/vendor/psy/psysh/test/Exception/TypeErrorExceptionTest.php +++ b/vendor/psy/psysh/test/Exception/TypeErrorExceptionTest.php @@ -37,7 +37,7 @@ class TypeErrorExceptionTest extends \PHPUnit\Framework\TestCase public function testFromTypeError() { - if (version_compare(PHP_VERSION, '7.0.0', '<')) { + if (\version_compare(PHP_VERSION, '7.0.0', '<')) { $this->markTestSkipped(); }