aboutsummaryrefslogtreecommitdiff
path: root/tests/unit.suite.yml
blob: eecb8be06064b05511192a7bfa2b8b36a535eb64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Codeception Test Suite Configuration
#
# Suite for unit or integration tests.

bootstrap: _bootstrap.php
error_level: E_ALL & ~E_STRICT & ~E_DEPRECATED & ~E_NOTICE
actor: UnitTester
modules:
    enabled:
        - Asserts
        - \Helper\Unit
    step_decorators: ~