update v 1.0.7.5
This commit is contained in:
9
vendor/psy/psysh/test/fixtures/config.php
vendored
9
vendor/psy/psysh/test/fixtures/config.php
vendored
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Psy Shell
|
||||
* This file is part of Psy Shell.
|
||||
*
|
||||
* (c) 2012-2014 Justin Hileman
|
||||
* (c) 2012-2015 Justin Hileman
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
@@ -12,6 +12,7 @@
|
||||
$config->setRuntimeDir(sys_get_temp_dir() . '/psysh_test/withconfig/temp');
|
||||
|
||||
return array(
|
||||
'useReadline' => true,
|
||||
'usePcntl' => false,
|
||||
'useReadline' => true,
|
||||
'usePcntl' => false,
|
||||
'errorLoggingLevel' => E_ALL & ~E_NOTICE,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user