Commit 398f2610 by Jonathan Reinink Committed by GitHub

Remove phpunit instructions

1 parent 97087bee
Showing with 2 additions and 10 deletions
...@@ -74,16 +74,8 @@ You're ready to go! Visit Ping CRM in your browser, and login with: ...@@ -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
``` ```
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!