From b320b08af024949629eb699b1a334e2a47f20cd4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Wed, 9 Oct 2013 16:53:57 +0200
Subject: [PATCH] using phpunit command in order to get the arguments for
 coverage properly executed

---
 autotest.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autotest.cmd b/autotest.cmd
index a511faef9c6..e3c5b2e70da 100644
--- a/autotest.cmd
+++ b/autotest.cmd
@@ -119,7 +119,7 @@ goto:eof
 	md coverage-html-%~1
 	php -f enable_all.php
 
-	php win32-phpunit.php --bootstrap bootstrap.php --configuration phpunit-autotest.xml --log-junit autotest-results-%~1.xml --coverage-clover autotest-clover-%~1.xml --coverage-html coverage-html-%~1
+	phpunit --bootstrap bootstrap.php --configuration phpunit-autotest.xml --log-junit autotest-results-%~1.xml --coverage-clover autotest-clover-%~1.xml --coverage-html coverage-html-%~1
 	echo "Done with testing %~1 ..."
 	cd %BASEDIR%
 goto:eof
-- 
GitLab