Skip to content

Commit 716e211

Browse files
committed
Disable failing PHPUnit due to deprecations
1 parent 953dbc1 commit 716e211

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ echo "Running $AUTH tests over $SSL, connecting to $MONGODB_URI"
2222
OLD_PATH=$PATH
2323
PATH=/opt/php/${PHP_VERSION}-64bit/bin:$OLD_PATH
2424

25+
# Disable failing PHPUnit due to deprecations
26+
SYMFONY_DEPRECATIONS_HELPER=999999
27+
2528
# Run the tests, and store the results in a Evergreen compatible JSON results file
2629
case "$TESTS" in
2730
atlas-data-lake*)

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ before_script:
8181
script:
8282
- export MONGODB_URI=`cat /tmp/uri.txt`
8383
- echo $MONGODB_URI
84-
- vendor/bin/simple-phpunit -v
84+
- SYMFONY_DEPRECATIONS_HELPER=999999 vendor/bin/simple-phpunit -v
8585

8686
before_cache:
8787
- rm -f ${HOME}/.cache/pip/log/debug.log

0 commit comments

Comments
 (0)