1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Add slashes

This commit is contained in:
Matthew Brown 2019-11-30 00:49:06 -05:00
parent e777f5227d
commit 21f36c3dbd

View File

@ -10,7 +10,7 @@ class SuicidalAutoloaderTest extends TestCase
public function testSucceedsWithEmptyFile(): void
{
if (version_compare(PHP_VERSION, '7.2.0', '<')) {
if (\version_compare(\PHP_VERSION, '7.2.0', '<')) {
$this->markTestSkipped('Test case requires PHP 7.2.');
return;