Mercurial > hg > isophonics-drupal-site
annotate vendor/psy/psysh/test/fixtures/config.php @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 129ea1e6d783 |
children |
rev | line source |
---|---|
Chris@0 | 1 <?php |
Chris@0 | 2 |
Chris@0 | 3 /* |
Chris@0 | 4 * This file is part of Psy Shell. |
Chris@0 | 5 * |
Chris@13 | 6 * (c) 2012-2018 Justin Hileman |
Chris@0 | 7 * |
Chris@0 | 8 * For the full copyright and license information, please view the LICENSE |
Chris@0 | 9 * file that was distributed with this source code. |
Chris@0 | 10 */ |
Chris@0 | 11 |
Chris@17 | 12 $config->setRuntimeDir(\sys_get_temp_dir() . '/psysh_test/withconfig/temp'); |
Chris@0 | 13 |
Chris@13 | 14 return [ |
Chris@0 | 15 'useReadline' => true, |
Chris@0 | 16 'usePcntl' => false, |
Chris@13 | 17 'requireSemicolons' => false, |
Chris@13 | 18 'useUnicode' => true, |
Chris@0 | 19 'errorLoggingLevel' => E_ALL & ~E_NOTICE, |
Chris@13 | 20 ]; |