Skip to content
Snippets Groups Projects
Select Git revision
  • d349824ed736d1d03949dce38a21d1d635af45df
  • main default
  • keycloak-deprecate
  • remove-jwt-easy
  • ci-update
  • v0.1.15
  • v0.1.14
  • v0.1.13
  • v0.1.12
  • v0.1.11
  • v0.1.10
  • v0.1.9
  • v0.1.8
  • v0.1.7
  • v0.1.6
  • v0.1.5
  • v0.1.4
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
21 results

composer.lock

Blame
  • phpunit.xml.dist 1011 B
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
    <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="tests/bootstrap.php">
      <coverage>
        <include>
          <directory>src</directory>
          <directory>tests</directory>
        </include>
      </coverage>
      <php>
        <ini name="error_reporting" value="-1"/>
        <server name="APP_ENV" value="test" force="true"/>
        <server name="SHELL_VERBOSITY" value="-1"/>
        <server name="SYMFONY_DEPRECATIONS_HELPER" value='max[direct]=0&amp;quiet[]=indirect'/>
        <server name="KERNEL_CLASS" value="Dbp\Relay\CoreBundle\Tests\Kernel"/>
      </php>
      <testsuites>
        <testsuite name="Project Test Suite">
          <directory>tests</directory>
        </testsuite>
      </testsuites>
      <listeners>
        <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/>
      </listeners>
    </phpunit>