functional.php 223 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 <?php // configuration adjustments for codeception functional tests. Will be merged with web.php config. return [ 'components' => [ 'db' => [ 'dsn' => 'mysql:host=localhost;dbname=yii2basic_functional', ], ], ];