unit.php 228 B

12345678910111213
  1. <?php
  2. return [
  3. 'components' => [
  4. 'fixture' => [
  5. 'class' => 'yii\test\DbFixtureManager',
  6. 'basePath' => '@app/tests/unit/fixtures',
  7. ],
  8. 'db' => [
  9. 'dsn' => 'mysql:host=localhost;dbname=yii2basic_unit',
  10. ],
  11. ],
  12. ];