Remove phpunit instructions
This commit is contained in:
parent
97087beee3
commit
398f2610be
12
readme.md
12
readme.md
|
@ -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
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue