We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a600c76 commit 344e0c1Copy full SHA for 344e0c1
1 file changed
README.md
@@ -93,9 +93,15 @@ users should install from [GraphViz homepage](http://www.graphviz.org/Download.p
93
94
## Tests
95
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.
+This library uses phpunit for its extensive testsuite.
+You can either use a global installation or rely on the one composer installs
+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
+```
105
106
## Contributing
107
0 commit comments