1
0
www.mikescher.com/framework/cli/views/webapp/protected/config/test.php

18 lines
331 B
PHP
Raw Normal View History

2014-05-13 12:40:42 +02:00
<?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',
),
*/
),
)
);