Skip to content

Commit

Permalink
Set environment variable SYMFONY_DEPRECATIONS_HELPER for phpunit to d…
Browse files Browse the repository at this point in the history
…isabled to suppress display of deprecation notices in phpunit output.
  • Loading branch information
finnlewis committed Apr 18, 2024
1 parent 830c9c2 commit cd71c09
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 @@ -22,6 +22,8 @@
external DDev URL so you can follow the links directly.
-->
<env name="BROWSERTEST_OUTPUT_BASE_URL" value=""/>
<!-- Disable the deprecations helper for more readable test output. -->
<env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled"/>
</php>

<testsuites>
Expand Down

0 comments on commit cd71c09

Please sign in to comment.