yii2-netdisk/tests/functional/_console.php

14 lines
307 B
PHP
Raw Normal View History

2014-02-09 23:04:26 +08:00
<?php
return yii\helpers\ArrayHelper::merge(
2014-03-16 12:46:16 +08:00
require(__DIR__ . '/../../config/console.php'),
require(__DIR__ . '/../_config.php'),
[
'components' => [
'db' => [
'dsn' => 'mysql:host=localhost;dbname=yii2_basic_functional',
],
],
]
2014-02-25 00:17:38 +08:00
);