test.sh 131 Bytes EditWeb IDE 1 2 3 4 5 6 7 #!/bin/bash ./sandbox_setup.sh cd sandbox phpunit --coverage-text --coverage-clover=../coverage.clover cd .. ./sandbox_destroy.sh