Skip to content

Commit

Permalink
set phpunit version in config
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Feb 1, 2024
1 parent 28622e4 commit 525c67b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<ini name="error_reporting" value="-1" />
<env name="TEST_DATABASE_DSN" value="mysql://root:root@127.0.0.1:3306/test_maker?serverVersion=5.7" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0"/>
<env name="SYMFONY_PHPUNIT_VERSION" value="9.6" />
<env name="MAKER_SKIP_MERCURE_TEST" value="false"/>
</php>

Expand Down

0 comments on commit 525c67b

Please sign in to comment.