Commit d777dd7c authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: fix broken links

parent c7da2f77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -86,10 +86,10 @@ It uses the following variables:

| Input / Variable | Description                              | Default value     |
| --------------------- | ---------------------------------------- | ----------------- |
| `unit-args` / `PHP_UNIT_ARGS` | Additional PHPUnit [options](https://docs.phpunit.de/en/11.0/textui.html#command-line-options) | _none_ |
| `unit-args` / `PHP_UNIT_ARGS` | Additional PHPUnit [options](https://docs.phpunit.de/en/main/textui.html#command-line-options) | _none_ |
| `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:
+2 −2
Original line number Diff line number Diff line
@@ -22,12 +22,12 @@
    {
      "id": "phpunit",
      "name": "PHPUnit",
      "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`)",
      "disable_with": "PHP_UNIT_DISABLED",
      "variables": [
        {
          "name": "PHP_UNIT_ARGS",
          "description": "Additional PHPUnit [options](https://docs.phpunit.de/en/11.0/textui.html#command-line-options)",
          "description": "Additional PHPUnit [options](https://docs.phpunit.de/en/main/textui.html#command-line-options)",
          "advanced": true
        }
      ]
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ spec:
      type: boolean
      default: false
    unit-args:
      description: Additional PHPUnit [options](https://docs.phpunit.de/en/11.0/textui.html#command-line-options)
      description: Additional PHPUnit [options](https://docs.phpunit.de/en/main/textui.html#command-line-options)
      default: ''
    codesniffer-disabled:
      description: Disable PHP_CodeSniffer