yii2-netdisk/config/codeception/acceptance.php
2013-12-17 00:27:33 +01:00

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',
],
],
];