Skip to content

Commit 344e0c1

Browse files
committed
Describe phpunit installation via composer
1 parent a600c76 commit 344e0c1

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,15 @@ users should install from [GraphViz homepage](http://www.graphviz.org/Download.p
9393

9494
## Tests
9595

96-
Make sure you have done a `$ composer install` once. This sets up the developer environment.
97-
98-
Next run `$ php vendor/bin/phpunit` from the projects root directory.
96+
This library uses phpunit for its extensive testsuite.
97+
You can either use a global installation or rely on the one composer installs
98+
when you first run `$ composer install`.
99+
This sets up the developer environment, so that you
100+
can now run it from the project root directory:
101+
102+
```bash
103+
$ php vendor/bin/phpunit`
104+
```
99105

100106
## Contributing
101107

0 commit comments

Comments
 (0)