You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
351 B

8 months ago
  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. actor: FunctionalTester
  8. modules:
  9. enabled:
  10. - Filesystem
  11. - Yii2
  12. - Asserts