Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Add symfony env variables to phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu authored and OskarStark committed Mar 16, 2020
1 parent a55bfd7 commit 85cf858
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<php>
<ini name="precision" value="8"/>
<env name="KERNEL_CLASS" value="Sonata\DoctrinePHPCRAdminBundle\Tests\Fixtures\App\Kernel" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0" />
<env name="SYMFONY_PHPUNIT_REMOVE" value="symfony/yaml" />
<env name="SYMFONY_PHPUNIT_VERSION" value="8.5.0" />
</php>

</phpunit>

0 comments on commit 85cf858

Please sign in to comment.