<phpunit
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
         backupGlobals="true"
         bootstrap="../../classes/constants.php"
         colors="true">
  <testsuites>
    <testsuite name="KuferWEB">
      <directory>.</directory>
    </testsuite>
  </testsuites>
</phpunit>