mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
Merge remote-tracking branch 'origin/test-helper-for-itexia-master' into delete_this_branch
This commit is contained in:
@@ -137,7 +137,7 @@ class ParseTest extends TestCase
|
||||
* @depends testSepRowAutoDetection
|
||||
*/
|
||||
public function testGetColumnDatatypes() {
|
||||
$this->csv->auto('tests/methods/fixtures/datatype.csv');
|
||||
$this->csv->auto(__DIR__ . '/fixtures/datatype.csv');
|
||||
$this->csv->getDatatypes();
|
||||
$expected = [
|
||||
'title' => 'string',
|
||||
|
||||
Reference in New Issue
Block a user