geocoder_api_keys.inc 301 B

123456789101112
  1. <?php
  2. /**
  3. * @file
  4. * API keys to use for geocoding tests.
  5. */
  6. // You need to copy your API keys to this file so simpletest can access them.
  7. // This is a requirement for testing because test instances do not have access
  8. // to the testing host's variables.
  9. define('TESTING_APIKEY_GOOGLE_MAPS', '');