TEST_DB_HOST = 'localhost'
TEST_DB_NAME = 'testlink_development'
TEST_DB_PASS = ''
TEST_DB_TYPE = 'mysql'
TEST_DB_USER = 'root'
TEST_DSN = FALSE
DB Constants used for testing