summaryrefslogtreecommitdiff
path: root/tests/Config.php
blob: e2d6612716f7f6da6f6f9dc16653e173e39c2f0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/*
* This file is part of the Smarty PHPUnit tests.
*
*/
/*
 * Smarty PHPUnit Config
 */
define('individualFolders', true);
define('MysqlCacheEnable', false);
define('PdoCacheEnable', false);
define('PdoGzipCacheEnable', false);
define('MysqlResourceEnable', false);
define('DB_DSN', "mysql:dbname=test;host=localhost");
define('DB_USER', "root");
define('DB_PASSWD', "");