<?php
/*=====================================================================*
|| ###################################################################
|| # Blue Static ISSO Framework
|| # Copyright (c)2005-2008 Blue Static
|| #
|| # This program is free software; you can redistribute it and/or modify
|| # it under the terms of the GNU General Public License as published by
|| # the Free Software Foundation; version 2 of the License.
|| #
|| # This program is distributed in the hope that it will be useful, but
|| # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|| # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|| # more details.
|| #
|| # You should have received a copy of the GNU General Public License along
|| # with this program; if not, write to the Free Software Foundation, Inc.,
|| # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|| ###################################################################
\*=====================================================================*/
// path to the directory that holds ISSO
define('TEST_PATH_TO_ISSO', '/usr/local/apache2/htdocs');
// mysql database username
define('TEST_DB_MYSQL_USER', 'mysql');
// mysql database password
define('TEST_DB_MYSQL_PASSWORD', 'foo');
// mysql database hostname
define('TEST_DB_MYSQL_HOST', 'localhost');
// mysql database to use
define('TEST_DB_MYSQL_DATABASE', 'issotest');
// path to the ISSO test templates directory
define('TEST_TEMPLATE_PATH', '/usr/local/apache2/htdocs/isso/UnitTest/templates');
/*=====================================================================*
|| ###################################################################
|| # $HeadURL$
|| # $Id$
|| ###################################################################
\*=====================================================================*/
?>