| `unit-disabled` / `PHP_UNIT_DISABLED` | Set to `true` to disable PHPUnit test | _none_ (auto based on presence of `phpunit.xml` or `phpunit.xml.dist` file) |
:warning: in order to be able to compute [code coverage](https://docs.phpunit.de/en/11.0/code-coverage.html),
:warning: in order to be able to compute [code coverage](https://docs.phpunit.de/en/main/code-coverage.html),
your project shall have a (dev) dependency to [`php-code-coverage`](https://github.com/sebastianbergmann/php-code-coverage).
In addition to a textual report in the console, this job produces the following reports, kept for one day:
"description":"[PHPUnit](https://docs.phpunit.de/) tests\n\nAutomatically enabled if a PHPUnit [XML configuration file](https://docs.phpunit.de/en/11.0/configuration.html#appendixes-configuration) is found in the project (`phpunit.xml`)",
"description":"[PHPUnit](https://docs.phpunit.de/) tests\n\nAutomatically enabled if a PHPUnit [XML configuration file](https://docs.phpunit.de/en/main/configuration.html#appendixes-configuration) is found in the project (`phpunit.xml`)",