Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 527... Línea 527...
527
        global $CFG;
527
        global $CFG;
Línea 528... Línea 528...
528
 
528
 
529
        $template = <<<EOF
529
        $template = <<<EOF
530
            <testsuite name="@component@_testsuite">
530
            <testsuite name="@component@_testsuite">
-
 
531
              <directory suffix="_test.php">@dir@</directory>
531
              <directory suffix="_test.php">@dir@</directory>
532
              <exclude>@dir@/classes</exclude>
Línea 532... Línea 533...
532
            </testsuite>
533
            </testsuite>
533
 
534
 
Línea 619... Línea 620...
619
 
620
 
620
        $template = <<<EOT
621
        $template = <<<EOT
621
            <testsuites>
622
            <testsuites>
622
              <testsuite name="@component@_testsuite">
623
              <testsuite name="@component@_testsuite">
-
 
624
                <directory suffix="_test.php">.</directory>
623
                <directory suffix="_test.php">.</directory>
625
                <exclude>./classes</exclude>
624
              </testsuite>
626
              </testsuite>
625
            </testsuites>
627
            </testsuites>
626
          EOT;
628
          EOT;
627
        $coveragedefault = <<<EOT
629
        $coveragedefault = <<<EOT