Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / psy / psysh / test / fixtures / config.php
index 4aa1f5fbe757b7bc1b07dbbba5bf6067ab737d2e..4c74b79d0242ae154a613b81480ff3a8686dcffb 100644 (file)
@@ -9,7 +9,7 @@
  * file that was distributed with this source code.
  */
 
-$config->setRuntimeDir(sys_get_temp_dir() . '/psysh_test/withconfig/temp');
+$config->setRuntimeDir(\sys_get_temp_dir() . '/psysh_test/withconfig/temp');
 
 return [
     'useReadline'       => true,