From: gggeek Date: Tue, 15 Dec 2020 23:21:40 +0000 (+0000) Subject: oops X-Git-Tag: plcapi-7.1-0~3^2~112 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5da465351b2d69d912af68d83703a6d1f5edaeab;p=plcapi.git oops --- diff --git a/tests/ci/config/codecoverage_xdebug.ini b/tests/ci/config/codecoverage_xdebug.ini new file mode 100644 index 0000000..7891eb0 --- /dev/null +++ b/tests/ci/config/codecoverage_xdebug.ini @@ -0,0 +1,10 @@ +# php.ini settings used to enable code coverage with xdebug + +zend_extension=xdebug.so + +# xdebug 3 +xdebug.mode=coverage +# xdebug 2 +xdebug.coverage_enable=1 + +memory_limit = -1