コード例 #1
0
ファイル: CsvTest.php プロジェクト: vegas-cmf/exporter
 public function setUp()
 {
     parent::setUp();
     $this->config = $this->createExportConfig();
     $this->adapter = new Csv();
     $this->adapter->setConfig($this->config);
 }
コード例 #2
0
ファイル: PdfTest.php プロジェクト: vegas-cmf/exporter
 public function setUp()
 {
     parent::setUp();
     $this->setUpDI();
     $this->config = $this->createExportConfig();
     $this->adapter = new Pdf();
     $this->adapter->setConfig($this->config);
     $this->getDI()->get('exporter')->setConfig($this->config);
 }