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

18 行
482B

  1. # Codeception Test Suite Configuration
  2. # suite for functional (integration) tests.
  3. # emulate web requests and make application process them.
  4. # (tip: better to use with frameworks).
  5. # RUN `build` COMMAND AFTER ADDING/REMOVING MODULES.
  6. #basic/web/index.php
  7. class_name: FunctionalTester
  8. modules:
  9. enabled:
  10. - Filesystem
  11. - Yii2
  12. - tests\codeception\common\_support\FixtureHelper
  13. config:
  14. Yii2:
  15. configFile: '../config/frontend/functional.php'