Skip to content

Commit

Permalink
[PHPUnit] allow more deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Nov 25, 2019
1 parent 10cd7da commit 620bde1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<server name="IS_DOCTRINE_ORM_SUPPORTED" value="true" />

<env name="KERNEL_CLASS" value="TestAppKernel" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="100"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="200"/>
</php>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
</phpunit>
</phpunit>

0 comments on commit 620bde1

Please sign in to comment.