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

Source for file runTests.php

Documentation is available at runTests.php

  1. <?php
  2.  
  3. $base dirname(__FILE__);
  4. set_include_path("{$base}:{$base}/tests:" . get_include_path());
  5.  
  6. require_once 'PHPUnit/Util/Filter.php';
  7.  
  8. PHPUnit_Util_Filter::addFileToFilter(__FILE__'PHPUNIT');
  9.  
  10. require_once 'PHPUnit/TextUI/Command.php';
  11.  
  12. $command = new PHPUnit_TextUI_Command;
  13. $command->run($argv);
  14.  
  15. ?>

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