diff --git a/README.md b/README.md index cf9d7f4..21e726c 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ A string to be appended to the end of the PHPUnit command. See the following exa - `--testsuite MyCustomTestSuite`: only run tests in a specific Test suite as configured in your phpunit.xml. - `--group MyGroupName`: runs tests with the "@group MyGroupName" added to their docblock headers. - `--filter testMySpecificMethod`: runs the testMySpecificMethod method specifically. This option can also be used to more generally filter your tests using regular expressions. -- `--coverage-clover /var/www/drupal9/web/modules/mydir/clover.xml`: to run code coverage with the output format matching that for CodeClimate and place the file in a specific directory. +- `--coverage-clover /var/www/drupal/web/modules/mydir/clover.xml`: to run code coverage with the output format matching that for CodeClimate and place the file in a specific directory. For a full listing of options for the PHPUnit [see the docs](https://docs.phpunit.de/en/9.6/textui.html).