Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / psy / psysh / test / Readline / GNUReadlineTest.php
index 7f39197e615d2f1b9a1f13b24e4e62745bd5fdcb..406377fcc606648a265b8f8377f8dc2c632183f4 100644 (file)
@@ -23,8 +23,8 @@ class GNUReadlineTest extends \PHPUnit\Framework\TestCase
             $this->markTestSkipped('GNUReadline not enabled');
         }
 
-        $this->historyFile = tempnam(sys_get_temp_dir(), 'psysh_test_history');
-        file_put_contents($this->historyFile, "_HiStOrY_V2_\n");
+        $this->historyFile = \tempnam(\sys_get_temp_dir(), 'psysh_test_history');
+        \file_put_contents($this->historyFile, "_HiStOrY_V2_\n");
     }
 
     public function testHistory()