Lines Matching refs:to

3 This is an addendum to README.TESTING with additional information 
4 specific to server-tests.php.
8 'make test'. server-tests was developed to provide support for
16 You can run 'php server-tests.php -h' to get all the possible options.
18 the -c argument will allow you to use a configuration file. This is
25 can be configured to run test scripts through an HTTP server running
27 alias a directory to the php source directory, or the test scripts
28 must be copied to a directory under the web server
34 of ini settings by default, the web server may require special configuration to
42 php server-tests.php -p /path/to/php-cli
45 php server-tests.php -p /path/to/php-cgi
48 php server-tests.php -w -u http://localhost/test -m /path/to/htdocs/test
54 php server-tests.php -c /path/to/server-tests-config.php
58 php server-tests.php -c /path/to/server-tests-config.php -w -t 3 -d /path/to/testdir
64 In addition to the traditional test sections
81 This section get's eval()'d to help build an environment for the
82 execution of the test. This can be used to change environment
83 vars that are used for CGI emulation, or simply to set env vars
95 $filename full native path to file, will become PATH_TRANSLATED
101 $this->env all environment variables that will get passed to the test
105 This section is also eval'd, and is similar in nature to --ENV--. However,
106 this section is used to build the url used in an HTTP request. Valid values
107 to set in this section would include:
119 This section is also eval'd. It is used to provide additional headers sent
129 This section can be used to define what headers are required to be
130 received back from a request, and is checked in addition to the