Commit | Line | Data |
---|---|---|
6a488035 TO |
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); |