File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1111sudo : false
1212
1313install :
14- - composer install --prefer-source -- no-interaction
14+ - composer install --no-interaction
1515
1616script :
17- - phpunit --coverage-text
17+ - vendor/bin/ phpunit --coverage-text
Original file line number Diff line number Diff line change @@ -43,6 +43,21 @@ $ composer require react/datagram:^1.1.1
4343
4444See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
4545
46+ ## Tests
47+
48+ To run the test suite, you first need to clone this repo and then install all
49+ dependencies [ through Composer] ( http://getcomposer.org ) :
50+
51+ ``` bash
52+ $ composer install
53+ ```
54+
55+ To run the test suite, go to the project root and run:
56+
57+ ``` bash
58+ $ php vendor/bin/phpunit
59+ ```
60+
4661## License
4762
4863MIT
Original file line number Diff line number Diff line change 2121 "react/promise" : " ~2.1|~1.2"
2222 },
2323 "require-dev" : {
24- "clue/block-react" : " ~1.0"
24+ "clue/block-react" : " ~1.0" ,
25+ "phpunit/phpunit" : " ^4.8"
2526 }
2627}
You can’t perform that action at this time.
0 commit comments