functional.suite.dist.yml 419 B

123456789101112131415
  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. class_name: TestGuy
  7. modules:
  8. enabled: [Filesystem, TestHelper, Yii2]
  9. config:
  10. Yii2:
  11. entryScript: 'web/index-test.php'
  12. url: 'http://localhost/'