summaryrefslogtreecommitdiff
path: root/protected/config/test.php
blob: fd7085a0d2eb20b2ac105f358ebc8bfc7d698ceb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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',
			),
			*/
		),
	)
);