diff --git a/docs/tools/civi-test-run.md b/docs/tools/civi-test-run.md index 1ae3bd66243cb5aa8bf44923987a71f0376c50ed..57165b62f156594fe61ca707c5d6ff2351354782 100644 --- a/docs/tools/civi-test-run.md +++ b/docs/tools/civi-test-run.md @@ -18,10 +18,10 @@ $ civi-test-run The test type is one of: -- `all` - Run all standard CiviCRM Test Suites +- `all` - Run all standard CiviCRM test suites - `karma` - Run the KarmaJS test suite -- `phpunit-api` - Run the `api_v3` Test Suite -- `phpunit-civi` - Run the `Civi/` Test Suite -- `phpunit-crm` - Run the `CRM` Test Suite -- `phpunit-e2e` - Run the E2E test suite +- `phpunit-api` - Run the `api_v3` test suite +- `phpunit-civi` - Run the `Civi/` test suite +- `phpunit-crm` - Run the `CRM` test suite +- `phpunit-e2e` - Run the `E2E` test suite - `upgrade` - Run the upgrade test suite