summaryrefslogtreecommitdiff
path: root/framework/cli/views/webapp/protected/config/test.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/cli/views/webapp/protected/config/test.php')
-rw-r--r--framework/cli/views/webapp/protected/config/test.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/framework/cli/views/webapp/protected/config/test.php b/framework/cli/views/webapp/protected/config/test.php
new file mode 100644
index 0000000..fd7085a
--- /dev/null
+++ b/framework/cli/views/webapp/protected/config/test.php
@@ -0,0 +1,17 @@
+<?php
+
+return CMap::mergeArray(
+ require(dirname(__FILE__).'/main.php'),
+ array(
+ 'components'=>array(
+ 'fixture'=>array(
+ 'class'=>'system.test.CDbFixtureManager',
+ ),
+ /* uncomment the following to provide test database connection
+ 'db'=>array(
+ 'connectionString'=>'DSN for test database',
+ ),
+ */
+ ),
+ )
+);