Commit 6e827ff
committed
Set SYMFONY_DEPRECATIONS_HELPER=disabled for PHPUnit
The Symfony PHPUnit Bridge was causing exit code 1 even when all tests
passed, due to deprecation notices in Drupal core and contrib modules.
Setting SYMFONY_DEPRECATIONS_HELPER=disabled prevents deprecation tracking
from affecting the test exit code. This is appropriate for CI testing where
the focus is on test assertions passing, not tracking upstream deprecations.1 parent efef1b0 commit 6e827ff
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
0 commit comments