Пример #1
0
 public function setUp()
 {
     parent::setUp();
     $this->config = $this->createExportConfig();
     $this->adapter = new Csv();
     $this->adapter->setConfig($this->config);
 }
Пример #2
0
 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);
 }