12 lines
223 B
PHP
Raw Normal View History

<?php
// configuration adjustments for codeception acceptance tests. Will be merged with web.php config.
2013-12-03 11:06:44 +04:00
return [
'components' => [
'db' => [
'dsn' => 'mysql:host=localhost;dbname=yii2basic_acceptance',
],
],
];