您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

16 行
300 B

  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'