summaryrefslogtreecommitdiff
path: root/protected/config/test.php
diff options
context:
space:
mode:
authortzur <tzur@ccwn.org>2012-04-15 15:30:09 +0200
committertzur <tzur@ccwn.org>2012-04-15 15:30:09 +0200
commit5b2095abddf9d0596a7715879357e8d9a3b786b2 (patch)
tree0c2b6fdc1484b697b1a3740582a906fb51c1d64f /protected/config/test.php
Initial version
Diffstat (limited to 'protected/config/test.php')
-rw-r--r--protected/config/test.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/protected/config/test.php b/protected/config/test.php
new file mode 100644
index 0000000..fd7085a
--- /dev/null
+++ b/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',
+ ),
+ */
+ ),
+ )
+);