Blame view

config/test_db.php 199 Bytes
2049c43e   Alexey Boroda   first commit
1
2
3
4
5
6
  <?php
  $db = require __DIR__ . '/db.php';
  // test database! Important not to run tests on production or development databases
  $db['dsn'] = 'mysql:host=localhost;dbname=yii2_basic_tests';
  
  return $db;