123456789101112131415161718192021222324252627282930313233343536373839 |
- <?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"
- bootstrap="tests/bootstrap.php"
- >
- <testsuites>
- <testsuite name="Sonata Doctrine Extensions 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>
|