-
- Downloads
Issue #2781573 by sgurlt, heddn: Method for CSV File Object creation
Showing
- composer.json 8 additions, 0 deletionscomposer.json
- config/schema/migrate_source_csv.source.schema.yml 3 additions, 0 deletionsconfig/schema/migrate_source_csv.source.schema.yml
- phpunit.xml.dist 0 additions, 21 deletionsphpunit.xml.dist
- src/Plugin/migrate/source/CSV.php 24 additions, 9 deletionssrc/Plugin/migrate/source/CSV.php
- tests/bootstrap.php 0 additions, 27 deletionstests/bootstrap.php
- tests/src/Unit/CSVFileObjectTest.php 5 additions, 15 deletionstests/src/Unit/CSVFileObjectTest.php
- tests/src/Unit/CSVUnitTestCase.php 2 additions, 0 deletionstests/src/Unit/CSVUnitTestCase.php
- tests/src/Unit/Plugin/migrate/source/CSVTest.php 45 additions, 33 deletionstests/src/Unit/Plugin/migrate/source/CSVTest.php
... | @@ -17,7 +17,15 @@ | ... | @@ -17,7 +17,15 @@ |
"source": "https://cgit.drupalcode.org/migrate_source_csv" | "source": "https://cgit.drupalcode.org/migrate_source_csv" | ||
}, | }, | ||
"minimum-stability": "dev", | "minimum-stability": "dev", | ||
"prefer-stable": true, | |||
"require": { | "require": { | ||
"drupal/core": "~8.1" | "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