functional.suite.yml 329 B

1234567891011
  1. # Codeception Test Suite Configuration
  2. #
  3. # Suite for functional (integration) tests
  4. # Emulate web requests and make application process them
  5. # Include one of framework modules (Symfony2, Yii2, Laravel5) to use it
  6. class_name: FunctionalTester
  7. modules:
  8. enabled:
  9. # add framework module here
  10. - \Helper\Functional