File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,9 @@ jobs:
139
139
140
140
- name : Run tests
141
141
working-directory : build
142
- run : vendor/bin/phpunit || [ "${CI_TEST_IGNORE_FAILURE:-0}" -eq 1 ]
142
+ run : |
143
+ export SYMFONY_DEPRECATIONS_HELPER=disabled
144
+ vendor/bin/phpunit || [ "${CI_TEST_IGNORE_FAILURE:-0}" -eq 1 ]
143
145
env :
144
146
BROWSERTEST_OUTPUT_DIRECTORY : /tmp
145
147
Original file line number Diff line number Diff line change 51
51
explicitly.
52
52
-->
53
53
<!-- To disable deprecation testing completely uncomment the next line. -->
54
- <!-- < env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled"/> -- >
54
+ <env name =" SYMFONY_DEPRECATIONS_HELPER" value =" disabled" />
55
55
<!-- Deprecation errors can be selectively ignored by specifying a file of
56
56
regular expression patterns for exclusion.
57
57
See https://symfony.com/doc/current/components/phpunit_bridge.html#ignoring-deprecations
You can’t perform that action at this time.
0 commit comments