mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- MFH (missing run-tests2.php rename part)
This commit is contained in:
parent
0e2491f553
commit
99baa01aac
2 changed files with 2 additions and 2 deletions
2
run-tests-config.php → server-tests-config.php
Normal file → Executable file
2
run-tests-config.php → server-tests-config.php
Normal file → Executable file
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/* this file may be duplicated to provide testing for
|
||||
multiple php binaries or configurations. It is used
|
||||
with the -c option on run_tests2.php. All these
|
||||
with the -c option on server_tests.php. All these
|
||||
settings will also go into the environment for tests
|
||||
that are directly executed, so you can also set things
|
||||
like PHPRC here to force an executable to use a
|
|
@ -420,7 +420,7 @@ class testHarness {
|
|||
public $cwd;
|
||||
public $xargs = array(
|
||||
#arg env var value default description
|
||||
'c' => array('' ,'file' ,NULL ,'configuration file, see run-tests-config.php for example'),
|
||||
'c' => array('' ,'file' ,NULL ,'configuration file, see server-tests-config.php for example'),
|
||||
'd' => array('TEST_PATHS' ,'paths' ,NULL ,'colon seperate path list'),
|
||||
'e' => array('TEST_PHP_ERROR_STYLE','EMACS|MSVC' ,'EMACS' ,'editor error style'),
|
||||
'h' => array('' ,'' ,NULL ,'this help'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue