Skip to content

Commit d2890e7

Browse files
authored
Fix deprecation reporting (#1689)
1 parent 088b751 commit d2890e7

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ini name="error_reporting" value="-1"/>
1212
<env name="AWS_SHARED_CREDENTIALS_FILE" value="/dev/null" />
1313
<env name="AWS_CONFIG_FILE" value="/dev/null" />
14-
<env name="SYMFONY_DEPRECATIONS_HELPER" value="baselineFile=./tests/baseline.json&amp;max[self]=0&amp;verbose=0" />
14+
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0&amp;quiet[]=indirect" />
1515
</php>
1616
<testsuites>
1717
<testsuite name="Test Suite">

src/Integration/Laravel/Queue/phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
</coverage>
1515
<php>
1616
<ini name="error_reporting" value="-1"/>
17-
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0&amp;verbose=0" />
1817
</php>
1918
<testsuites>
2019
<testsuite name="Test Suite">

tests/baseline.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)