diff options
Diffstat (limited to 'server-tests-config.php')
-rwxr-xr-x | server-tests-config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server-tests-config.php b/server-tests-config.php index 5961deea98..645a5e8e98 100755 --- a/server-tests-config.php +++ b/server-tests-config.php @@ -6,7 +6,7 @@ that are directly executed, so you can also set things like PHPRC here to force an executable to use a specific php.ini file. */ - + $conf = array( /* path to the php source tree */ 'TEST_PHP_SRCDIR' => NULL, @@ -43,7 +43,7 @@ $conf = array( TEST_WEB_BASE_URL should be the base url pointing to TEST_PHP_SRCDIR, which should then be accessible via an http server. - + An example would be: TEST_WEB_BASE_URL=http://localhost/test TEST_BASE_PATH=/path/to/htdocs/test |