Skip to content

Commit

Permalink
Update phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Sep 4, 2024
1 parent c49653e commit 867bdc2
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 @@ -3,6 +3,9 @@
<php>
<env name="SHELL_VERBOSITY" value="-1" />
<server name="KERNEL_CLASS" value="\Webfactory\ShortcodeBundle\Tests\Fixtures\TestKernel" />
<ini name="error_reporting" value="-1" />
<server name="APP_ENV" value="test" force="true" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0" />
</php>
<testsuites>
<testsuite name="Project Test Suite">
Expand Down

0 comments on commit 867bdc2

Please sign in to comment.