Integrates Thüringer Content Architektur Tourismus into TYPO3.
https://cms.thuecat.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
995 B
33 lines
995 B
<?xml version="1.0"?> |
|
<phpunit |
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd" |
|
backupGlobals="false" |
|
backupStaticAttributes="false" |
|
beStrictAboutCoversAnnotation="true" |
|
bootstrap="vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTestsBootstrap.php" |
|
colors="true" |
|
convertErrorsToExceptions="true" |
|
convertWarningsToExceptions="true" |
|
forceCoversAnnotation="true" |
|
processIsolation="false" |
|
stopOnError="false" |
|
stopOnFailure="false" |
|
stopOnIncomplete="false" |
|
stopOnSkipped="false" |
|
verbose="false" |
|
> |
|
|
|
<testsuites> |
|
<testsuite name="unit"> |
|
<directory>Tests/Unit/</directory> |
|
</testsuite> |
|
<testsuite name="functional"> |
|
<directory>Tests/Functional/</directory> |
|
</testsuite> |
|
</testsuites> |
|
|
|
<php> |
|
<env name="typo3DatabaseDriver" value="pdo_sqlite"/> |
|
</php> |
|
</phpunit>
|
|
|