19 строки
757 B
XML
19 строки
757 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="bootstrap.php" timeoutForSmallTests="900" timeoutForMediumTests="900" timeoutForLargeTests="900" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd">
|
|
<coverage>
|
|
<report>
|
|
<clover outputFile="./clover.xml"/>
|
|
</report>
|
|
<include>
|
|
<directory suffix=".php">../appinfo</directory>
|
|
<directory suffix=".php">../lib</directory>
|
|
</include>
|
|
</coverage>
|
|
<testsuite name="GitHub integration App Tests">
|
|
<directory suffix="Test.php">.</directory>
|
|
</testsuite>
|
|
<!-- filters for code coverage -->
|
|
<logging>
|
|
<!-- and this is where your report will be written -->
|
|
</logging>
|
|
</phpunit> |