Thomas
Thomas
This pr allows to set stderr as the target for display_errors. For us it is helpful during development, especially while upgrading to newer versions of PHP. The default (stdout) is...
We are using phpunit-merger to merge the result of named testsuites of phpunit. Handling of testsuites with only one testsuite as a child is already handled in case of subtestsuites....
| Q | A | --------------------| --------------- | PHPUnit version | 10.1.2 | PHP version | 8.2.5 | Installation Method | Composer #### Summary Mandatory JUnit-Report attribute `tests` in the...
This pr aims to fix the deprecation warnings raised by having required parameters after optional parameters. The given change would have the least possible impact instead of introducing a BC...
@thePanz as promised, here is a possible solution of the swiftmailer issue. What do you think? Btw. as the swiftmailer package is discontinued but needs a small adjustment for php...
This three steps are the minimum to get coverage working again. It can be used by invoking `php run.php --coverage` and will write the results in tests/coverage/*
| Q | A | --------------------------| --------------- | php-code-coverage version | >= 9.2.17 | Installation Method | Composer | Usage Method | PHPUnit | PHPUnit version (if used) | 9.5.25...