Beispiel #1
0
 public function __construct()
 {
     $basePath = dirname(__FILE__) . '/../testfiles/mail_request_parser';
     $this->readDirRecursively($basePath, $this->files, 'data');
     parent::__construct();
 }
 public function __construct()
 {
     $basePath = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'regression' . DIRECTORY_SEPARATOR . 'parse';
     $this->readDirRecursively($basePath, $this->files, 'in');
     parent::__construct();
 }