2020-10-10 10:50:45 +02:00
|
|
|
<?xml version="1.0"?>
|
2021-03-12 13:56:16 +03:00
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" verbose="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
|
2020-10-10 10:50:45 +02:00
|
|
|
<coverage includeUncoveredFiles="true">
|
|
|
|
<include>
|
|
|
|
<directory>src/</directory>
|
|
|
|
<directory>recipe/</directory>
|
|
|
|
</include>
|
|
|
|
<exclude>
|
|
|
|
<directory suffix=".php">vendor/</directory>
|
|
|
|
<directory>bin/</directory>
|
|
|
|
</exclude>
|
|
|
|
</coverage>
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Src">
|
2021-03-12 13:56:16 +03:00
|
|
|
<directory>tests/src/</directory>
|
2020-10-10 10:50:45 +02:00
|
|
|
</testsuite>
|
2022-03-13 17:08:44 +01:00
|
|
|
<testsuite name="Legacy">
|
|
|
|
<directory>tests/legacy/</directory>
|
|
|
|
</testsuite>
|
2020-10-10 10:50:45 +02:00
|
|
|
<testsuite name="Joy">
|
2021-03-12 13:56:16 +03:00
|
|
|
<directory>tests/joy/</directory>
|
2020-10-10 10:50:45 +02:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2015-01-02 20:52:02 +03:00
|
|
|
</phpunit>
|