Skip to content

Commit ef3c75b

Browse files
committed
Merge branch 'pr91'
2 parents 8097317 + 2187c39 commit ef3c75b

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ php:
88
before_script:
99
- composer install --dev --prefer-source --no-interaction
1010
script:
11-
- phpunit --coverage-text
11+
- php vendor/bin/phpunit --coverage-text

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)