mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
added dependency for test
This commit is contained in:
@@ -157,6 +157,9 @@ class ParseTest extends TestCase
|
|||||||
$this->assertEquals($expected, $this->csv->data_types);
|
$this->assertEquals($expected, $this->csv->data_types);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @depends testSepRowAutoDetection
|
||||||
|
*/
|
||||||
public function testAutoDetectFileHasHeading(){
|
public function testAutoDetectFileHasHeading(){
|
||||||
$this->csv->auto(__DIR__ . '/fixtures/datatype.csv');
|
$this->csv->auto(__DIR__ . '/fixtures/datatype.csv');
|
||||||
$this->assertTrue($this->csv->autoDetectFileHasHeading());
|
$this->assertTrue($this->csv->autoDetectFileHasHeading());
|
||||||
|
|||||||
Reference in New Issue
Block a user