Skip to content
Snippets Groups Projects
Commit 39e1c22e authored by Thomas Müller's avatar Thomas Müller
Browse files

move autotest to phpunit

parent 2c3674ea
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,8 @@ function execute_tests { ...@@ -86,7 +86,8 @@ function execute_tests {
#test execution #test execution
echo "Testing with $1 ..." echo "Testing with $1 ..."
cd tests 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
} }
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment