From 398f2610be94200dc9073e9f5aaae04fbcf7623d Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Wed, 8 Jan 2020 22:37:48 -0500 Subject: [PATCH] Remove phpunit instructions --- readme.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index f4e2786..fc420cb 100644 --- a/readme.md +++ b/readme.md @@ -74,16 +74,8 @@ You're ready to go! Visit Ping CRM in your browser, and login with: ## Running tests -If you have `phpunit` installed globally, you can run the Ping CRM test suite with: +To run the Ping CRM tests, run: -```sh +``` phpunit ``` - -Or you can install `phpunit` locally and subsequently run the test suite: - - -```sh -composer install --dev -./vendor/bin/phpunit -```