<?php
// $Id: geocoder_api_keys.inc,v 1.1.2.2 2009/02/24 20:20:42 bdragon Exp $

/**
 * @file
 * API keys to use for geocoding tests.
 */

// You need to copy your API keys to this file so simpletest can access them.
// This is a requirement for testing because test instances do not have access
// to the testing host's variables.

define('TESTING_APIKEY_GOOGLE_MAPS', '');
