Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / process / Tests / ProcessUtilsTest.php
index 82fd8cfa8c89846d335ec0fa89f1d78589271681..0a3ccb5768aa2bd92d3f5ec41616892e6a1458c7 100644 (file)
@@ -29,7 +29,7 @@ class ProcessUtilsTest extends TestCase
 
     public function dataArguments()
     {
-        if ('\\' === DIRECTORY_SEPARATOR) {
+        if ('\\' === \DIRECTORY_SEPARATOR) {
             return array(
                 array('"\"php\" \"-v\""', '"php" "-v"'),
                 array('"foo bar"', 'foo bar'),