protected function FeedsMapperFileTest::listTestFiles in Feeds 8.2
Lists test files.
2 calls to FeedsMapperFileTest::listTestFiles()
- FeedsMapperFileTest::test in lib/
Drupal/ feeds/ Tests/ FeedsMapperFileTest.php - Basic test loading a single entry CSV file.
- FeedsMapperFileTest::testImages in lib/
Drupal/ feeds/ Tests/ FeedsMapperFileTest.php - Tests mapping to an image field.
File
- lib/
Drupal/ feeds/ Tests/ FeedsMapperFileTest.php, line 232 - Test case for Filefield mapper mappers/filefield.inc.
Class
- FeedsMapperFileTest
- Class for testing Feeds file mapper.
Namespace
Drupal\feeds\TestsCode
protected function listTestFiles() {
return array(
'tubing.jpeg',
'foosball.jpeg',
'attersee.jpeg',
'hstreet.jpeg',
'la fayette.jpeg',
);
}