Skip to content

Commit a600c76

Browse files
clemens-tolboomclue
authored andcommitted
Run phpunit from vendor/bin
Fixes #91. Squashed commits from #99: Run phpunit from the vendor branch Removed the different ways to run phpunit. Fixed better bin path for phpunit thanks to @h4cc
1 parent 8097317 commit a600c76

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

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

9494
## Tests
9595

96-
To run the test suite, you need PHPUnit. Go to the project root and run:
97-
````
98-
$ phpunit
99-
````
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.
10099

101100
## Contributing
102101

0 commit comments

Comments
 (0)