mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-30 14:37:20 +08:00
11 lines
182 B
PHP
11 lines
182 B
PHP
<?php
|
|
|
|
return array(
|
|
'mysql' => array(
|
|
'dsn' => 'mysql:host=127.0.0.1;dbname=yiitest',
|
|
'username' => 'travis',
|
|
'password' => '',
|
|
'fixture' => __DIR__ . '/mysql.sql',
|
|
),
|
|
);
|