summaryrefslogtreecommitdiff
path: root/tests/Config.php
blob: 116c6832f862683dea708e2e57d53128ffffbc7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/*
* This file is part of the Smarty PHPUnit tests.
*
*/
/*
 * Smarty PHPUnit Config
 */
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', "");