From f2e2ccf8b0705e2aee86a8217c994f449f08aa4c Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Tue, 21 Jun 2011 06:06:20 +0000 Subject: [PATCH] + add the test init file. --- test/init.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/init.php diff --git a/test/init.php b/test/init.php new file mode 100644 index 0000000000..2dc9fc7f4f --- /dev/null +++ b/test/init.php @@ -0,0 +1,18 @@ +connectDB(); + +/* Load the common module. */ +$common = $app->loadCommon();