summaryrefslogtreecommitdiff
path: root/trunk/reprap/web/james-bom/MDB2/MDB2-2.4.1/tests/config.php
blob: 3523058385eb2f01664bf728a4f834f4e8238958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
// {{{ error reporting
error_reporting(E_ERROR);
// }}}
// {{{ DSN Constants
/**
 * Constants used in PackageName_MDB2
 */
define ('DSN_PHPTYPE',  'mysql');
define ('DSN_USERNAME', 'username');
define ('DSN_PASSWORD', 'password');
define ('DSN_HOSTNAME', 'hostname');
define ('DSN_DATABASE', 'databasename');
// }}}

//uncomment the following to run tests in a checkout
//set_include_path(dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.get_include_path());

?>