HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
test.php
Go to the documentation of this file.
1 <?php
2 
3 return CMap::mergeArray(
4  require(dirname(__FILE__).'/main.php'),
5  array(
6  'components'=>array(
7  'fixture'=>array(
8  'class'=>'system.test.CDbFixtureManager',
9  ),
10  /* uncomment the following to provide test database connection
11  'db'=>array(
12  'connectionString'=>'DSN for test database',
13  ),
14  */
15  ),
16  )
17 );