andersundsehr/aus_driver_amazon_s3

View on GitHub
Build/UnitTests.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd" backupGlobals="true" bootstrap="UnitTestsBootstrap.php" cacheResult="false" colors="true" processIsolation="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" beStrictAboutTestsThatDoNotTestAnything="false" failOnWarning="true" cacheDirectory=".phpunit.cache" requireCoverageMetadata="false">
  <testsuites>
    <testsuite name="Unit tests">
      <directory>../Tests/Unit/</directory>
    </testsuite>
  </testsuites>
  <php>
    <const name="TYPO3_MODE" value="BE"/>
    <ini name="display_errors" value="1"/>
    <env name="TYPO3_CONTEXT" value="Testing"/>
  </php>
</phpunit>