예제 #1
0
 /**
  * Setter for the console arguments.
  *
  * @param phpucConsoleArgs $args The console arguments.
  *
  * @return void
  */
 public function setConsoleArgs(phpucConsoleArgs $args)
 {
     parent::setConsoleArgs($args);
     $args->setOption('test-case', 'PhpUnderControl_Example_MathTest');
     $args->setOption('test-file', 'MathTest.php');
     $args->setOption('test-dir', 'tests');
 }