2022-09-15 15:58:08 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
|
2017-12-14 23:06:08 +01:00
|
|
|
backupGlobals="false"
|
|
|
|
backupStaticAttributes="false"
|
2022-09-15 15:58:08 +02:00
|
|
|
bootstrap="vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTestsBootstrap.php"
|
2017-12-14 23:06:08 +01:00
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="false"
|
|
|
|
convertWarningsToExceptions="false"
|
|
|
|
forceCoversAnnotation="false"
|
|
|
|
processIsolation="false"
|
|
|
|
stopOnError="false"
|
|
|
|
stopOnFailure="false"
|
|
|
|
stopOnIncomplete="false"
|
|
|
|
stopOnSkipped="false"
|
2022-09-15 15:58:08 +02:00
|
|
|
verbose="false"
|
|
|
|
>
|
|
|
|
<coverage>
|
|
|
|
<include>
|
|
|
|
<directory suffix=".php">./Classes</directory>
|
|
|
|
</include>
|
|
|
|
</coverage>
|
2017-12-14 23:06:08 +01:00
|
|
|
|
|
|
|
<testsuites>
|
2022-09-15 15:58:08 +02:00
|
|
|
<testsuite name="functional-tests">
|
|
|
|
<directory>./Tests/Functional</directory>
|
2017-12-14 23:06:08 +01:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
|
2022-09-15 15:58:08 +02:00
|
|
|
<php>
|
|
|
|
<env name="typo3DatabaseDriver" value="pdo_sqlite"/>
|
|
|
|
</php>
|
2017-12-14 23:06:08 +01:00
|
|
|
</phpunit>
|