From: Antoine Musso Date: Thu, 30 May 2013 16:06:26 +0000 (+0200) Subject: test: coverage recording now needs to be explicit X-Git-Tag: 1.31.0-rc.0~19351 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=2207603fa1e48cae71fcb80b65a8c3cd0bfc8e84;p=lhc%2Fweb%2Fwiklou.git test: coverage recording now needs to be explicit To better control what we are really covering, this patch uses PHPUnit forceCoversAnnotation option. That makes it to record covering if and only if @covers is used. Also rewrapped the options to uses tabulations. Change-Id: I467a5077a65b93cce08072a8d088b0b9c652a426 --- diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml index e1043b1b13..7a9122fa65 100644 --- a/tests/phpunit/suite.xml +++ b/tests/phpunit/suite.xml @@ -2,17 +2,18 @@ + colors="true" + backupGlobals="false" + convertErrorsToExceptions="true" + convertNoticesToExceptions="true" + convertWarningsToExceptions="true" + forceCoversAnnotation="true" + stopOnFailure="false" + timeoutForSmallTests="10" + timeoutForMediumTests="30" + timeoutForLargeTests="60" + strict="true" + verbose="true"> includes