Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

15 lines
490B

  1. # Codeception Test Suite Configuration
  2. #
  3. # Suite for functional tests
  4. # Emulate web requests and make application process them
  5. # Include one of framework modules (Symfony2, Yii2, Laravel5) to use it
  6. # Remove this suite if you don't use frameworks
  7. actor: FunctionalTester
  8. modules:
  9. enabled:
  10. - Yii2:
  11. #configFile: 'frontend/config/test.php'
  12. configFile: 'tests/codeception/config/config.php'
  13. # add a framework module here
  14. - \Helper\Functional