Blame view

basic2/config/test_db.php 197 Bytes
2fe1e5ce8   Андрей Ларионов   Первый коммит на ...
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=yii2basic_test';
  
  return $db;