コード例 #1
0
ファイル: HTML.php プロジェクト: hitechdk/Codeception
 /**
  * Constructor.
  *
  * @param  mixed $out
  * @throws InvalidArgumentException
  */
 public function __construct($out = null)
 {
     parent::__construct($out);
     $this->templatePath = sprintf('%s%stemplate%s', dirname(__FILE__), DIRECTORY_SEPARATOR, DIRECTORY_SEPARATOR);
 }
コード例 #2
0
 public function __construct($out = null)
 {
     parent::__construct($out);
     $this->filePath = $out;
 }