test-local.php 147 B

123456789
  1. <?php
  2. return [
  3. 'components' => [
  4. 'db' => [
  5. 'dsn' => 'mysql:host=localhost;dbname=yii2advanced_test',
  6. ],
  7. ],
  8. ];