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