Subversion Repositories Applications.gtt

Rev

Rev 94 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 94 Rev 187
Line 29... Line 29...
29
    <shortopt>p</shortopt>
29
    <shortopt>p</shortopt>
30
    <doc>Treat parameters as installed packages from which to run tests</doc>
30
    <doc>Treat parameters as installed packages from which to run tests</doc>
31
   </package>
31
   </package>
32
   <phpunit>
32
   <phpunit>
33
    <shortopt>u</shortopt>
33
    <shortopt>u</shortopt>
34
    <doc>Search parameters for AllTests.php, and use that to run phpunit-based tests</doc>
34
    <doc>Search parameters for AllTests.php, and use that to run phpunit-based tests
-
 
35
If none is found, all .phpt tests will be tried instead.</doc>
35
   </phpunit>
36
   </phpunit>
36
   <tapoutput>
37
   <tapoutput>
37
    <shortopt>t</shortopt>
38
    <shortopt>t</shortopt>
38
    <doc>Output run-tests.log in TAP-compliant format</doc>
39
    <doc>Output run-tests.log in TAP-compliant format</doc>
39
   </tapoutput>
40
   </tapoutput>
40
   <cgi>
41
   <cgi>
41
    <shortopt>c</shortopt>
42
    <shortopt>c</shortopt>
42
    <doc>CGI php executable (needed for tests with POST/GET section)</doc>
43
    <doc>CGI php executable (needed for tests with POST/GET section)</doc>
43
    <arg>PHPCGI</arg>
44
    <arg>PHPCGI</arg>
44
   </cgi>
45
   </cgi>
-
 
46
   <coverage>
-
 
47
    <shortopt>x</shortopt>
-
 
48
    <doc>Generate a code coverage report (requires Xdebug 2.0.0+)</doc>
-
 
49
   </coverage>
45
  </options>
50
  </options>
46
  <doc>[testfile|dir ...]
51
  <doc>[testfile|dir ...]
47
Run regression tests with PHP&apos;s regression testing script (run-tests.php).</doc>
52
Run regression tests with PHP&#039;s regression testing script (run-tests.php).</doc>
48
 </run-tests>
53
 </run-tests>
49
</commands>
54
</commands>
50
55