Skip to content
Snippets Groups Projects
codeception.yml 497 B
namespace: Tests
support_namespace: Support
suites:
    unit:
        path: Unit
        actor: UnitTester
        modules:
            enabled:
                # add more modules here
                - Asserts
        step_decorators: ~

settings:
    shuffle: true
    lint: true
paths:
    tests: Tests
    output: Tests/_output
    support: Tests/Support
    data: Tests/Support/Data

coverage:
  enabled: true
  show_uncovered: true
  include:
    - Classes/*.php
  exclude:

  remote: false

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.