unit.suite.yml 255 B

123456789101112
  1. # Codeception Test Suite Configuration
  2. #
  3. # Suite for unit or integration tests.
  4. actor: UnitTester
  5. modules:
  6. enabled:
  7. - Asserts
  8. - \App\Tests\Helper\Unit
  9. - Symfony:
  10. app_path: 'src'
  11. environment: 'test'