commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / tests / phpunit / CiviTest / civicrm.settings.local.php.txt
1 <?php
2 // Set a variable on your shell:
3 // export CIVICRM_TEST_DSN= mysql://db_username:db_password@localhost/civicrm_tests_dev
4 // or modify and uncomment the configuration string under with your own config
5 // This file is a template for applying local-only test configuration options.
6 // It should be copied to "civicrm.settings.local.php".
7
8 // For more details, see:
9 // http://wiki.civicrm.org/confluence/display/CRM/Setting+up+your+personal+testing+sandbox+HOWTO
10
11 // Set the data-source for the test database. Tables in this database will be periodically
12 // deleted, truncated, etc.
13 // define( 'CIVICRM_DSN', "mysql://db_username:db_password@localhost/civicrm_tests_dev" );
14
15 // To disable auto-generation of files in api/v3/examples:
16 // define('DONT_DOCUMENT_TEST_CONFIG', TRUE);