File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : php
2+
23php :
34 - 5.3
45 - 5.6
5- - hhvm
6+ # - hhvm
7+
68install :
7- - composer install --prefer-source --no-interaction
9+ - composer install --no-interaction
10+
811script :
9- - phpunit --coverage-text
12+ - vendor/bin/ phpunit --coverage-text
Original file line number Diff line number Diff line change @@ -20,6 +20,21 @@ The recommended way to install this library is [through composer](http://getcomp
2020}
2121```
2222
23+ ## Tests
24+
25+ To run the test suite, you first need to clone this repo and then install all
26+ dependencies [ through Composer] ( http://getcomposer.org ) :
27+
28+ ``` bash
29+ $ composer install
30+ ```
31+
32+ To run the test suite, go to the project root and run:
33+
34+ ``` bash
35+ $ php vendor/bin/phpunit
36+ ```
37+
2338## License
2439
2540MIT
Original file line number Diff line number Diff line change 1818 "react/event-loop" : " ~0.4.0|~0.3.0" ,
1919 "react/http" : " ~0.4.0|~0.3.0" ,
2020 "react/stream" : " ~0.4.0|~0.3.0"
21+ },
22+ "require-dev" : {
23+ "phpunit/phpunit" : " ^4.8"
2124 }
2225}
You can’t perform that action at this time.
0 commit comments