From 21f36c3dbd8281be6da3d28944552e502cb61cb1 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Sat, 30 Nov 2019 00:49:06 -0500 Subject: [PATCH] Add slashes --- tests/EndToEnd/SuicidalAutoloaderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/EndToEnd/SuicidalAutoloaderTest.php b/tests/EndToEnd/SuicidalAutoloaderTest.php index 3075ee4a0..c295a48f2 100644 --- a/tests/EndToEnd/SuicidalAutoloaderTest.php +++ b/tests/EndToEnd/SuicidalAutoloaderTest.php @@ -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;