forms/tests/phpunit.integration.xml

21 строка
602 B
XML

<?xml version="1.0" encoding="utf-8"?>
<phpunit bootstrap="./bootstrap.php"
colors="true"
convertDeprecationsToExceptions="true"
verbose="true">
<testsuite name="Forms integration tests">
<!-- Disabling the tests until they exist. Error otherwise.-->
<!-- <directory>./Integration</directory> -->
</testsuite>
<coverage>
<!-- filters for code coverage -->
<include>
<directory suffix=".php">../lib</directory>
</include>
<report>
<!-- and this is where your report will be written -->
<clover outputFile="./clover.integration.xml"/>
</report>
</coverage>
</phpunit>