Skip to content

Commit

Permalink
fix phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
oallain committed Jul 3, 2021
1 parent 75470f9 commit 78e1662
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
</testsuites>

<php>
<server name="APP_ENV" value="test"/>
<env name="SHELL_VERBOSITY" value="-1" />
<server name="KERNEL_CLASS_PATH" value="/tests/Application/AppKernel.php" />
<server name="IS_DOCTRINE_ORM_SUPPORTED" value="true" />
</php>
Expand Down

0 comments on commit 78e1662

Please sign in to comment.