codeception.yml 300 B

123456789101112131415
  1. namespace: backend\tests
  2. actor: Tester
  3. paths:
  4. tests: tests
  5. log: tests/_output
  6. data: tests/_data
  7. helpers: tests/_support
  8. settings:
  9. bootstrap: _bootstrap.php
  10. colors: true
  11. memory_limit: 1024M
  12. modules:
  13. config:
  14. Yii2:
  15. configFile: 'config/test-local.php'