You are here

protected function FeedsMapperFileTestCase::listTestFiles in Feeds 7.2

Lists test files.

7 calls to FeedsMapperFileTestCase::listTestFiles()
FeedsMapperFileTestCase::test in tests/feeds_mapper_file.test
Basic test loading a single entry CSV file.
FeedsMapperFileTestCase::testClearOutValues in tests/feeds_mapper_file.test
Tests if values are cleared out when an empty value or no value is provided.
FeedsMapperFileTestCase::testFileExistsRename in tests/feeds_mapper_file.test
Test mapping of local resources with the file exists "Rename" setting.
FeedsMapperFileTestCase::testFileExistsRenameIfDifferent in tests/feeds_mapper_file.test
Test mapping of local resources with the file exists "Rename if different" setting.
FeedsMapperFileTestCase::testFileExistsSkip in tests/feeds_mapper_file.test
Test mapping of local resources with the file exists "Skip existig" setting.

... See full list

File

tests/feeds_mapper_file.test, line 925
Contains FeedsMapperFileTestCase.

Class

FeedsMapperFileTestCase
Test case for Filefield mapper mappers/filefield.inc.

Code

protected function listTestFiles() {
  return array(
    'tubing.jpeg',
    'foosball.jpeg',
    'attersee.jpeg',
    'hstreet.jpeg',
    'la fayette.jpeg',
  );
}