diff --git a/simpletest/test.php b/simpletest/test.php index 654e9ae..6c0ae69 100755 --- a/simpletest/test.php +++ b/simpletest/test.php @@ -28,6 +28,7 @@ ini_set('date.timezone', 'America/Los_Angeles'); error_reporting(E_ALL | E_STRICT); require_once '../db.class.php'; include 'test_setup.php'; //test config values go here +// WARNING: ALL tables in the database will be dropped before the tests, including non-test related tables. DB::$user = $set_db_user; DB::$password = $set_password; DB::$dbName = $set_db;