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,
|
||||
);
|
||||
|
||||
11
vendor/psy/psysh/test/fixtures/empty.php
vendored
11
vendor/psy/psysh/test/fixtures/empty.php
vendored
@@ -1 +1,12 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Psy Shell.
|
||||
*
|
||||
* (c) 2012-2015 Justin Hileman
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
/* this space intentionally left blank */
|
||||
|
||||
15
vendor/psy/psysh/test/fixtures/project/.psysh.php
vendored
Normal file
15
vendor/psy/psysh/test/fixtures/project/.psysh.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Psy Shell
|
||||
*
|
||||
* (c) 2012-2015 Justin Hileman
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
return array(
|
||||
'useReadline' => false,
|
||||
'usePcntl' => true,
|
||||
);
|
||||
Reference in New Issue
Block a user