diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-10-10 23:37:15 +0200 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-10-10 23:37:15 +0200 |
commit | 39e1c22e0a85bc934932d458fd7e08b85d33cee4 (patch) | |
tree | 758ff7d78ff0cf11a0bfa10ccad0c5c892e97e8f /autotest.sh | |
parent | 2c3674ea87c6303f8dc1345d056871ca3637b437 (diff) | |
download | nextcloud-server-39e1c22e0a85bc934932d458fd7e08b85d33cee4.tar.gz nextcloud-server-39e1c22e0a85bc934932d458fd7e08b85d33cee4.zip |
move autotest to phpunit
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh index a42c6ab059e..54f1eda9932 100755 --- a/autotest.sh +++ b/autotest.sh @@ -86,7 +86,8 @@ function execute_tests { #test execution echo "Testing with $1 ..." cd tests - php -f index.php -- xml $1 > autotest-results-$1.xml + #php -f index.php -- xml $1 > autotest-results-$1.xml + phpunit --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml } # |