Lines Matching refs:tests
4 specific to server-tests.php.
6 server-tests.php is backward compatible with tests developed for
7 the original run-tests.php script. server-tests is *not* used by
8 'make test'. server-tests was developed to provide support for
10 PHP tests under any of the SAPI modules that are direct executables,
16 You can run 'php server-tests.php -h' to get all the possible options.
21 see server-tests-config.php for details.
32 When running tests over http, tests that require ini settings different that what
41 1. run tests from the php source directory
42 php server-tests.php -p /path/to/php-cli
44 2. run tests using cgi emulation
45 php server-tests.php -p /path/to/php-cgi
47 3. run tests over http, copying test files into document root
48 php server-tests.php -w -u http://localhost/test -m /path/to/htdocs/test
50 4. run tests over http, php sources have been aliased in web server
51 php server-tests.php -w -u http://localhost/test
53 5. run tests using configuration file
54 php server-tests.php -c /path/to/server-tests-config.php
56 6. run tests using configuration file, but overriding some settings:
58 php server-tests.php -c /path/to/server-tests-config.php -w -t 3 -d /path/to/testdir
66 under server-tests.
73 This section takes no value. It merely provides a simple marker for tests
100 $this->conf all server-tests configuration vars