Issue #2781573 by sgurlt, heddn: Method for CSV File Object creation
Showing
... | ... | @@ -17,7 +17,15 @@ |
"source": "https://cgit.drupalcode.org/migrate_source_csv" | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"require": { | ||
"drupal/core": "~8.1" | ||
}, | ||
"require-dev": { | ||
"mikey179/vfsStream": "~1", | ||
"phpunit/phpunit": "~4" | ||
}, | ||
"config": { | ||
"preferred-install": "dist" | ||
} | ||
} |
phpunit.xml.dist
deleted
100644 → 0
tests/bootstrap.php
deleted
100644 → 0
Please register or sign in to comment