合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
# C.6 CoverageSetupTask The CoverageSetupTask prepares a database which can be used to gather code coverage information for unit tests. Table C.7:聽Attributes NameTypeDescriptionDefaultRequired`database``String`The location for the coverage database.coverage.dbYes C.6.1 Example ``` <coverage-setup database="./reports/coverage.db"> <fileset dir="classes"> <include name="**/*.php"/> </fileset> </coverage-setup> <phpunit codecoverage="true"> <batchtest> <fileset dir="src"> <include name="*Test.php"/> </fileset> </batchtest> </phpunit> ``` C.6.2 Supported Nested Tags - `classpath` - `fileset` - `filelist`