phpunit-qa-config.php 261 Bytes
Newer Older
1 2 3
<?php
// Stand-in config file for PHPUnit

Scott committed
4
define('QA_MYSQL_HOSTNAME', 'localhost');
5 6 7 8 9 10
define('QA_MYSQL_USERNAME', '');
define('QA_MYSQL_PASSWORD', '');
define('QA_MYSQL_DATABASE', '');

define('QA_MYSQL_TABLE_PREFIX', 'qa_');
define('QA_EXTERNAL_USERS', false);