2023-11-05 23:29:14 +01:00
|
|
|
<?xml version="1.0"?>
|
2024-07-11 14:53:05 +02:00
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd" backupGlobals="false" beStrictAboutChangesToGlobalState="true" beStrictAboutOutputDuringTests="true" bootstrap="tests/bootstrap.php" cacheResult="false" colors="true" enforceTimeLimit="true" executionOrder="depends,defects" failOnRisky="true" failOnWarning="true" processIsolation="true" stopOnError="true" stopOnFailure="true" stopOnIncomplete="true" stopOnSkipped="true" stopOnRisky="true" testdox="true" timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60" cacheDirectory=".phpunit.cache" backupStaticProperties="false" requireCoverageMetadata="false" beStrictAboutCoverageMetadata="false" displayDetailsOnTestsThatTriggerWarnings="true" >
|
2023-11-08 02:18:34 +01:00
|
|
|
<testsuites>
|
|
|
|
<testsuite name="tests">
|
|
|
|
<directory>tests/</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
<coverage/>
|
|
|
|
<source>
|
|
|
|
<include>
|
|
|
|
<directory suffix=".php">src</directory>
|
|
|
|
</include>
|
|
|
|
</source>
|
2023-11-05 23:29:14 +01:00
|
|
|
</phpunit>
|