mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-13 04:38:03 +08:00
11 lines
233 B
PHP
11 lines
233 B
PHP
<?php
|
|
/**
|
|
* Application configuration shared by all applications functional tests
|
|
*/
|
|
return [
|
|
'components' => [
|
|
'db' => [
|
|
'dsn' => 'mysql:host=localhost;dbname=yii2_advanced_acceptance',
|
|
],
|
|
],
|
|
]; |