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 /codeception.yml | |
current code from svn, revision 62608
Diffstat (limited to 'codeception.yml')
| -rw-r--r-- | codeception.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/codeception.yml b/codeception.yml new file mode 100644 index 0000000..fc94afc --- /dev/null +++ b/codeception.yml @@ -0,0 +1,14 @@ +params: + - tests/configuration.php + - env +paths: + tests: tests + output: tests/_output + data: tests/_data + support: tests/_support + envs: tests/_envs +bootstrap: _bootstrap.php +actor_suffix: Tester +extensions: + enabled: + - Codeception\Extension\RunFailed |
