Remove phpunit instructions

This commit is contained in:
Jonathan Reinink 2020-01-08 22:37:48 -05:00 committed by GitHub
parent 97087beee3
commit 398f2610be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 10 deletions

View File

@ -74,16 +74,8 @@ You're ready to go! Visit Ping CRM in your browser, and login with:
## Running tests ## 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 phpunit
``` ```
Or you can install `phpunit` locally and subsequently run the test suite:
```sh
composer install --dev
./vendor/bin/phpunit
```