functional.suite.yml 488 B

1234567891011121314151617
  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. - Symfony:
  11. app_path: 'src'
  12. environment: 'test'
  13. - Doctrine2:
  14. depends: Symfony
  15. cleanup: true
  16. - \App\Tests\Helper\Functional