diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2021-07-22 16:07:19 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2021-07-22 16:19:12 +0200 |
| commit | a3da1483a9e689846179159355badfec8073dbec (patch) | |
| tree | 770dcca6bdf5f6f2a11b0e7fcbbeda6919a3fc52 /tests/unit.suite.yml | |
current code from svn, revision 62608
Diffstat (limited to 'tests/unit.suite.yml')
| -rw-r--r-- | tests/unit.suite.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/unit.suite.yml b/tests/unit.suite.yml new file mode 100644 index 0000000..eecb8be --- /dev/null +++ b/tests/unit.suite.yml @@ -0,0 +1,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: ~
\ No newline at end of file |
