Merge remote-tracking branch 'origin/test-helper-for-itexia-master' into delete_this_branch

This commit is contained in:
Christian Bläul
2018-02-18 19:41:38 +01:00
4 changed files with 9 additions and 4 deletions

View File

@@ -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',