acceptance.php 223 Bytes
Newer Older
1 2
<?php

3 4
// configuration adjustments for codeception acceptance tests. Will be merged with web.php config.

Mark committed
5 6 7 8 9 10 11
return [
	'components' => [
		'db' => [
			'dsn' => 'mysql:host=localhost;dbname=yii2basic_acceptance',
		],
	],
];