Subversion Repositories Applications.gtt

Rev

Rev 94 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 94 Rev 187
1
<commands version="1.0">
1
<commands version="1.0">
2
 <run-tests>
2
 <run-tests>
3
  <summary>Run Regression Tests</summary>
3
  <summary>Run Regression Tests</summary>
4
  <function>doRunTests</function>
4
  <function>doRunTests</function>
5
  <shortcut>rt</shortcut>
5
  <shortcut>rt</shortcut>
6
  <options>
6
  <options>
7
   <recur>
7
   <recur>
8
    <shortopt>r</shortopt>
8
    <shortopt>r</shortopt>
9
    <doc>Run tests in child directories, recursively.  4 dirs deep maximum</doc>
9
    <doc>Run tests in child directories, recursively.  4 dirs deep maximum</doc>
10
   </recur>
10
   </recur>
11
   <ini>
11
   <ini>
12
    <shortopt>i</shortopt>
12
    <shortopt>i</shortopt>
13
    <doc>actual string of settings to pass to php in format &quot; -d setting=blah&quot;</doc>
13
    <doc>actual string of settings to pass to php in format &quot; -d setting=blah&quot;</doc>
14
    <arg>SETTINGS</arg>
14
    <arg>SETTINGS</arg>
15
   </ini>
15
   </ini>
16
   <realtimelog>
16
   <realtimelog>
17
    <shortopt>l</shortopt>
17
    <shortopt>l</shortopt>
18
    <doc>Log test runs/results as they are run</doc>
18
    <doc>Log test runs/results as they are run</doc>
19
   </realtimelog>
19
   </realtimelog>
20
   <quiet>
20
   <quiet>
21
    <shortopt>q</shortopt>
21
    <shortopt>q</shortopt>
22
    <doc>Only display detail for failed tests</doc>
22
    <doc>Only display detail for failed tests</doc>
23
   </quiet>
23
   </quiet>
24
   <simple>
24
   <simple>
25
    <shortopt>s</shortopt>
25
    <shortopt>s</shortopt>
26
    <doc>Display simple output for all tests</doc>
26
    <doc>Display simple output for all tests</doc>
27
   </simple>
27
   </simple>
28
   <package>
28
   <package>
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>