mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2025-03-15 08:43:50 +01:00
16 lines
564 B
XML
16 lines
564 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
|
|
beStrictAboutTestsThatDoNotTestAnything="false"
|
|
bootstrap="../../.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTestsBootstrap.php"
|
|
cacheResult="false"
|
|
colors="true"
|
|
failOnRisky="true"
|
|
failOnWarning="true"
|
|
>
|
|
<php>
|
|
<ini name="display_errors" value="1"/>
|
|
<env name="TYPO3_CONTEXT" value="Testing"/>
|
|
</php>
|
|
</phpunit>
|