mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-10 17:27:58 +01:00
12 lines
223 B
PHP
12 lines
223 B
PHP
<?php
|
|
|
|
// configuration adjustments for codeception acceptance tests. Will be merged with web.php config.
|
|
|
|
return [
|
|
'components' => [
|
|
'db' => [
|
|
'dsn' => 'mysql:host=localhost;dbname=yii2basic_acceptance',
|
|
],
|
|
],
|
|
];
|