Server IP : 127.0.0.2 / Your IP : 18.218.2.200 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/php/PEAR/Command/ |
Upload File : |
<commands version="1.0"> <run-tests> <summary>Run Regression Tests</summary> <function>doRunTests</function> <shortcut>rt</shortcut> <options> <recur> <shortopt>r</shortopt> <doc>Run tests in child directories, recursively. 4 dirs deep maximum</doc> </recur> <ini> <shortopt>i</shortopt> <doc>actual string of settings to pass to php in format " -d setting=blah"</doc> <arg>SETTINGS</arg> </ini> <realtimelog> <shortopt>l</shortopt> <doc>Log test runs/results as they are run</doc> </realtimelog> <quiet> <shortopt>q</shortopt> <doc>Only display detail for failed tests</doc> </quiet> <simple> <shortopt>s</shortopt> <doc>Display simple output for all tests</doc> </simple> <package> <shortopt>p</shortopt> <doc>Treat parameters as installed packages from which to run tests</doc> </package> <phpunit> <shortopt>u</shortopt> <doc>Search parameters for AllTests.php, and use that to run phpunit-based tests If none is found, all .phpt tests will be tried instead.</doc> </phpunit> <tapoutput> <shortopt>t</shortopt> <doc>Output run-tests.log in TAP-compliant format</doc> </tapoutput> <cgi> <shortopt>c</shortopt> <doc>CGI php executable (needed for tests with POST/GET section)</doc> <arg>PHPCGI</arg> </cgi> <coverage> <shortopt>x</shortopt> <doc>Generate a code coverage report (requires Xdebug 2.0.0+)</doc> </coverage> </options> <doc>[testfile|dir ...] Run regression tests with PHP's regression testing script (run-tests.php).</doc> </run-tests> </commands>