config.php 180 Bytes
<?php

return array(
	'mysql' => array(
		'dsn' => 'mysql:host=127.0.0.1;dbname=yiitest',
		'username' => 'root',
		'password' => '',
		'fixture' => __DIR__ . '/mysql.sql',
	),
);