silverstripe-framework/tests/dev
Will Rossiter c8af0fd7d1 FIX: If CSV column mapping maps to function, keep key value as key.
Fixes http://open.silverstripe.org/ticket/6473

When using CSVParser::$columnMapping to map columns to a callback action, it previously used the action name as the key value. This prevented users from defining multiple entries to the same callback. This patch retains those key values and simply runs the callback field name filter later on.
2013-05-14 22:00:52 +12:00
..
BacktraceTest.php
CsvBulkLoaderTest_Players.csv
CsvBulkLoaderTest_PlayersWithCustomHeaderAndRelation.csv
CsvBulkLoaderTest_PlayersWithHeader.csv
CsvBulkLoaderTest_PlayersWithId.csv
CsvBulkLoaderTest_PlayersWithIdUpdated.csv
CsvBulkLoaderTest.php FIX: If CSV column mapping maps to function, keep key value as key. 2013-05-14 22:00:52 +12:00
CsvBulkLoaderTest.yml
CSVParserTest.php FIX: If CSV column mapping maps to function, keep key value as key. 2013-05-14 22:00:52 +12:00
DeprecationTest.php
FixtureBlueprintTest.php
FixtureFactoryTest.php
LogTest.php