test.sh 131 Bytes
Newer Older
jhon committed
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