forms/tests/phpunit.integration.xml

20 строки
528 B
XML

<?xml version="1.0" encoding="utf-8"?>
<phpunit bootstrap="./bootstrap.php"
colors="true"
convertDeprecationsToExceptions="true"
verbose="true">
<testsuite name="Forms integration tests">
<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>