FILE: C:\PHP\v729\PEAR\Command\Test.xml
--
Run Regression Tests
doRunTests
rt
r
Run tests in child directories, recursively. 4 dirs deep maximum
i
actual string of settings to pass to php in format " -d setting=blah"
SETTINGS
l
Log test runs/results as they are run
q
Only display detail for failed tests
s
Display simple output for all tests
p
Treat parameters as installed packages from which to run tests
u
Search parameters for AllTests.php, and use that to run phpunit-based tests
If none is found, all .phpt tests will be tried instead.
t
Output run-tests.log in TAP-compliant format
c
CGI php executable (needed for tests with POST/GET section)
PHPCGI
x
Generate a code coverage report (requires Xdebug 2.0.0+)
[testfile|dir ...]
Run regression tests with PHP's regression testing script (run-tests.php).
--