QA_Peardoc_Coverage
[ class tree: QA_Peardoc_Coverage ] [ index: QA_Peardoc_Coverage ] [ all elements ]

Source for file genStatusOverview.php

Documentation is available at genStatusOverview.php

  1. <?php
  2. require_once 'QA/PEAR/CI/StatusOverview.php';
  3.  
  4. if ($argc < 4{
  5.     echo <<<EOD
  6. Tests QA_Peardoc_Coverage StatusOverview interaction
  7. Usage:
  8.     php testStatusOverview.php path/to/peardoc/manual.xml path/to/pearcvs/ path/to/statusOverview/file
  9.  
  10. EOD;
  11.     exit(1);
  12. }
  13.  
  14. $strManualPath $argv[1];
  15. $strPearDir    $argv[2];
  16. $strStatusFile $argv[3];
  17.  
  18. $statusOverview = new QA_PEAR_CI_StatusOverview($strStatusFile);
  19.  
  20. require_once 'createStatusOverview.php';
  21.  
  22. ?>

Documentation generated on Mon, 11 Mar 2019 15:07:37 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.