Disabling debug class loader in test environment to hide deprecation warnings.

This commit is contained in:
Alexey Skobkin 2019-02-16 00:55:43 +03:00
parent cbd24e85f9
commit 184030ebd5
1 changed files with 11 additions and 0 deletions

View File

@ -19,6 +19,17 @@
</testsuite>
</testsuites>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener">
<arguments>
<array>
<!-- set this option to 0 to disable the DebugClassLoader integration -->
<element key="debug-class-loader"><integer>0</integer></element>
</array>
</arguments>
</listener>
</listeners>
<filter>
<whitelist>
<directory>src</directory>