added dependency for test

This commit is contained in:
Susann Sgorzaly
2018-02-26 10:00:52 +01:00
parent 951fc68886
commit 4bbc928f09

View File

@@ -157,6 +157,9 @@ class ParseTest extends TestCase
$this->assertEquals($expected, $this->csv->data_types);
}
/**
* @depends testSepRowAutoDetection
*/
public function testAutoDetectFileHasHeading(){
$this->csv->auto(__DIR__ . '/fixtures/datatype.csv');
$this->assertTrue($this->csv->autoDetectFileHasHeading());