fix importer test
This commit is contained in:
parent
b00ac86bed
commit
a98e5c012c
|
@ -207,7 +207,7 @@ class ImporterTests extends TAINACAN_UnitTestCase {
|
|||
$map[$metadatum->get_id()] = $headers[$index];
|
||||
}
|
||||
|
||||
$collection_definition['map'] = $map;
|
||||
$collection_definition['mapping'] = $map;
|
||||
|
||||
// add the collection
|
||||
$_SESSION['tainacan_importer'][$id]->add_collection( $collection_definition );
|
||||
|
|
Loading…
Reference in New Issue