コード例 #1
0
 public function __construct(PHPUnitXt_Base_PrinterOptions $defaults)
 {
     $this->defaults = $defaults;
     $this->ver_phpunit = $this->get_phpunit_version();
     $this->root = PHPUnitXt_Utils_Loader::root();
 }