<?php /**
* Application configuration shared by all applications and test types
*/ return [
'components' => [
'db' => [ 'dsn' => 'mysql:host=localhost;dbname=yii2_advanced_tests', ],
'mailer' => [
'useFileTransport' => true, ], 'urlManager' => [ 'showScriptName' => true, ], ],
];