From 4a41f499b18cbdb724e3accf516ef10cd36376d4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 10 Jan 2016 19:14:20 +0100 Subject: [PATCH] Alternative coverage test --- inspection.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/inspection.sh b/inspection.sh index d295954..6a4279d 100644 --- a/inspection.sh +++ b/inspection.sh @@ -7,6 +7,7 @@ # Executing unit tests php ${ROOT_PATH}/phpunit.phar --configuration ${ROOT_PATH}/${TEST_PATH}/PHPUnit/phpunit_default.xml > ${ROOT_PATH}/${BUILD_PATH}/logs/phpunit.log +#phpdbg -qrr phpunit.phar --configuration Tests/PHPUnit/phpunit_default.xml # Stats & metrics php ${ROOT_PATH}/phploc.phar ${ROOT_PATH}/phpOMS/ > ${ROOT_PATH}/${BUILD_PATH}/stats/phpOMS.log