function amazon_test_install in Amazon Product Advertisement API 7.2
Implements hook_install();
File
- tests/
amazon_test.module, line 11 - Contains amazon_test.module.
Code
function amazon_test_install() {
// Pre-populate the db.
$items = amazon_test_get_amazon_items();
amazon_item_insert($items[0]);
amazon_item_insert($items[1]);
}