Skip to content

Commit a570a93

Browse files
author
Jeremiah VALERIE
committed
Fix SYMFONY_DEPRECATIONS_HELPER value
1 parent 5489112 commit a570a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<php>
3232
<ini name="error_reporting" value="E_ALL"/>
33-
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak_vendors" />
33+
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
3434
</php>
3535

3636
</phpunit>

0 commit comments

Comments
 (0)