Skip to content

Commit b6d178f

Browse files
committed
Export deprecations helper env var
1 parent ba033a3 commit b6d178f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ OLD_PATH=$PATH
2323
PATH=/opt/php/${PHP_VERSION}-64bit/bin:$OLD_PATH
2424

2525
# Disable failing PHPUnit due to deprecations
26-
SYMFONY_DEPRECATIONS_HELPER=999999
26+
export SYMFONY_DEPRECATIONS_HELPER=999999
2727

2828
# Run the tests, and store the results in a Evergreen compatible JSON results file
2929
case "$TESTS" in

0 commit comments

Comments
 (0)