Added warning message in database configuration file in tests.

This commit is contained in:
Dmitriy Simushev 2012-09-11 15:09:02 +00:00
parent b3d7a7a124
commit 17b4327dfb

View File

@ -1,5 +1,12 @@
<?php
/**
* WARNING: Do not use the same values as in the mibew config file!
* Tests may truncate databses they use and all data will be lost!
*
* Use at least default $tables prefix
*/
$db_host = "";
$db_user = "";
$db_pass = "";