test-local.php 145 B

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