41 lines
980 B
XML
41 lines
980 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
DO NOT EDIT THIS FILE!
|
|
|
|
It's auto-generated by sonata-project/dev-kit package.
|
|
-->
|
|
|
|
<phpunit backupGlobals="false"
|
|
backupStaticAttributes="false"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
processIsolation="false"
|
|
stopOnFailure="false"
|
|
syntaxCheck="false"
|
|
bootstrap="tests/bootstrap.php"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="Sonata Google Authenticator Test Suite">
|
|
<directory suffix="Test.php">./tests/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<listeners>
|
|
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
|
|
</listeners>
|
|
|
|
<filter>
|
|
<whitelist>
|
|
<directory suffix=".php">./src/</directory>
|
|
</whitelist>
|
|
</filter>
|
|
|
|
<php>
|
|
<ini name="precision" value="8"/>
|
|
</php>
|
|
|
|
</phpunit>
|