Exemplo n.º 1
0
 public function setUp()
 {
     parent::setUp();
     $this->_import = new CsvImport_Import();
 }
Exemplo n.º 2
0
 public function setUp()
 {
     parent::setUp();
     $this->validFilePath = CSVIMPORT_BASE . '/tests/_files/test.csv';
 }