ensuring all PHP versions use the same phpunit from composer in travis CI and documented this alternative in the README
This commit is contained in:
@@ -23,6 +23,12 @@ $ cd PrivateBin/tst
|
||||
$ phpunit
|
||||
```
|
||||
|
||||
Or you can also use the phpunit installed as dependency of eris by composer:
|
||||
```console
|
||||
$ cd PrivateBin/tst
|
||||
$ ../vendor/phpunit/phpunit/phpunit
|
||||
```
|
||||
|
||||
Running JavaScript unit tests
|
||||
=============================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user