Oliver Klee
7fe2758291
[TASK] Move the PHPUnit configuration files to Configuration/
( #1108 )
...
The `Tests/` directory should only include test code, but not the
configuration files.
Fixes #1082
2024-01-08 00:41:08 +01:00
Oliver Klee
0ff0f83edd
[TASK] Add coverage configuration for functional tests ( #1092 )
...
We already had this for unit tests, but it was missing for
functional tests.
Also, we do not need to provide a path in this configuration - it
suffices to have this node present in the configuration files.
Closes #1078
2024-01-02 22:34:49 +01:00
Oliver Klee
8e3cc5b6a1
[CLEANUP] Sort the PHPUnit configuration options ( #1091 )
2023-12-19 12:29:19 +01:00
Oliver Klee
2c972eb11a
[CLEANUP] Autoformat the PHPUnit configuration files ( #1084 )
...
This avoids unrelated formatting changes in functional changes.
2023-12-19 12:17:04 +01:00
Łukasz Uznański
bc64aedb38
[TASK] Use own configuration files for tests ( #952 )
...
Resolves : #902
2023-10-25 19:08:36 +02:00