Exemplo n.º 1
0
 /**
  * @dataProvider \g105b\phpcsv\TestHelper::data_randomFilePath
  */
 public function testLoadCsvFile($filePath)
 {
     TestHelper::createCsv($filePath);
     $csv = new Csv($filePath);
     $this->assertEquals($filePath, $csv->getFilePath());
 }