File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88before_script :
99 - composer install --dev --prefer-source --no-interaction
1010script :
11- - phpunit --coverage-text
11+ - php vendor/bin/ phpunit --coverage-text
Original file line number Diff line number Diff line change @@ -93,10 +93,15 @@ 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+ 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+ ` ` `
100105
101106# # Contributing
102107
You can’t perform that action at this time.
0 commit comments