Dojo Base Project (PHP)setupinstall php 7.0 (manual)download composer.phar ( from getcomposer.org)place composer.phar in project rootrun php composer.phar installWindows requires enabling php_mbstring.dll in php.ini (run php --ini)Ubuntu requires installing apt-get install php7.0-mbstring php7.0-xmltestphp composer.phar test runs all unit tests under srccoverage / test reportsphp composer.phar report generates coverage and junit test reportslooping tests / coverage reportsphp composer.phar loop-test runs tests in loop until cancelled (default: run every second, modify in scripts/loop-test.sh/.bat)php composer.phar loop-test | grep Fail less output for ubuntu/macphp composer.phar loop-report loops report generation (and test)use a browser plugin to refresh reports/test_report.html every second to receive your test statusfor windows use loop-win-test.sh and loop-win-report.sh