#!/bin/bash phpunit \ -d 'memory_limit=-1' \ -d 'error_reporting=E_ALL' \ --verbose \ --coverage-html report/ \ --log-junit report/out.xml \ phpunit_suite.php