Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / psy / psysh / test / fixtures / config.php
index 31a4ef54d71d9727161fa0191718f5e0cc67351c..4aa1f5fbe757b7bc1b07dbbba5bf6067ab737d2e 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * This file is part of Psy Shell.
  *
- * (c) 2012-2017 Justin Hileman
+ * (c) 2012-2018 Justin Hileman
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
 
 $config->setRuntimeDir(sys_get_temp_dir() . '/psysh_test/withconfig/temp');
 
-return array(
+return [
     'useReadline'       => true,
     'usePcntl'          => false,
+    'requireSemicolons' => false,
+    'useUnicode'        => true,
     'errorLoggingLevel' => E_ALL & ~E_NOTICE,
-);
+];