unit.php 221 Bytes
<?php
/**
 * Application configuration shared by all applications unit tests
 */
return [
    'components' => [
        'db' => [
            'dsn' => 'mysql:host=localhost;dbname=yii2_advanced_unit',
        ],
    ],
];