acceptance.php 223 B

1234567891011
  1. <?php
  2. // configuration adjustments for codeception acceptance tests. Will be merged with web.php config.
  3. return [
  4. 'components' => [
  5. 'db' => [
  6. 'dsn' => 'mysql:host=localhost;dbname=yii2basic_acceptance',
  7. ],
  8. ],
  9. ];