summaryrefslogtreecommitdiff
path: root/lib/querypath/test/coverage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/querypath/test/coverage.sh')
-rw-r--r--lib/querypath/test/coverage.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/querypath/test/coverage.sh b/lib/querypath/test/coverage.sh
new file mode 100644
index 0000000..b4d7316
--- /dev/null
+++ b/lib/querypath/test/coverage.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+phpunit=/Applications/MAMP/bin/php5/bin/phpunit
+$phpunit --coverage-html coverage Tests
+rm "db/qpTest.db"
+rm "db/qpTest2.db" \ No newline at end of file