File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ install:
1616 - composer install --prefer-source --no-interaction
1717
1818script :
19- - phpunit --coverage-text
19+ - vendor/bin/ phpunit --coverage-text
Original file line number Diff line number Diff line change @@ -327,6 +327,21 @@ $launcher = new Launcher($loop);
327327$launcher->setBin('/path/to/zenity');
328328```
329329
330+ ## Tests
331+
332+ To run the test suite, you first need to clone this repo and then install all
333+ dependencies [ through Composer] ( https://getcomposer.org ) :
334+
335+ ``` bash
336+ $ composer install
337+ ```
338+
339+ To run the test suite, go to the project root and run:
340+
341+ ``` bash
342+ $ php vendor/bin/phpunit
343+ ```
344+
330345## License
331346
332347MIT
Original file line number Diff line number Diff line change 1717 "react/child-process" : " ~0.4.0|~0.3.0"
1818 },
1919 "require-dev" : {
20- "clue/block-react" : " ^1.1"
20+ "clue/block-react" : " ^1.1" ,
21+ "phpunit/phpunit" : " ^4.8"
2122 },
2223 "autoload" : {
2324 "psr-4" : { "Clue\\ React\\ Zenity\\ " : " src/" }
You can’t perform that action at this time.
0 commit comments