Skip to content

Commit

Permalink
fix issue The ignoreFile "./tests/baseline-ignore" does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher authored and ostrolucky committed Oct 23, 2022
1 parent e7201bb commit a2dcad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</testsuites>

<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="ignoreFile=./tests/baseline-ignore"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="ignoreFile=./Tests/baseline-ignore"/>
</php>

<filter>
Expand Down

0 comments on commit a2dcad4

Please sign in to comment.