From 5ebf431bfd13d33437cd9b7dfd9e6ed644eca022 Mon Sep 17 00:00:00 2001 From: Tim Otten <totten@civicrm.org> Date: Wed, 13 Sep 2017 13:58:58 -0700 Subject: [PATCH] Update civi-test-run.md Use more consistent capitalization and typography --- docs/tools/civi-test-run.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tools/civi-test-run.md b/docs/tools/civi-test-run.md index 1ae3bd66..57165b62 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 -- GitLab