- install php 7.0 (manual)
- download
composer.phar( from getcomposer.org) - place
composer.pharin project root - run
php composer.phar install - Windows requires enabling
php_mbstring.dllin php.ini (run php --ini) - Ubuntu requires installing
apt-get install php7.0-mbstring php7.0-xml
php composer.phar testruns all unit tests undersrc
php composer.phar reportgenerates coverage and junit test reports
php composer.phar loop-testruns tests in loop until cancelled (default: run every second, modify inscripts/loop-test.sh/.bat)php composer.phar loop-test | grep Failless output for ubuntu/macphp composer.phar loop-reportloops report generation (and test)- use a browser plugin to refresh
reports/test_report.htmlevery second to receive your test status - for windows use
loop-win-test.shandloop-win-report.sh