Skip to content

Commit 60596da

Browse files
committed
TASK: Ignore vendor deprecation notices
1 parent 1abb7b2 commit 60596da

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ jobs:
3232
- "4.4.*"
3333
- "5.4.*"
3434
symfony-deprecations-helper:
35-
- ""
35+
- "weak"
3636
include:
3737
# Tests the lowest set of dependencies
3838
- dependencies: "lowest"
3939
stability: "stable"
4040
php-version: "7.2"
41-
symfony-deprecations-helper: "weak"
4241
steps:
4342
- name: "Checkout"
4443
uses: "actions/checkout@v2"

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
</testsuite>
1010
</testsuites>
1111

12+
<php>
13+
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/>
14+
</php>
15+
1216
<filter>
1317
<whitelist>
1418
<directory>src</directory>

0 commit comments

Comments
 (0)