We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82c83e commit 6949655Copy full SHA for 6949655
.github/jobs/unit-tests.sh
@@ -34,6 +34,11 @@ if [ "$CODECOVERAGE" -eq 1 ]; then
34
fi
35
set +e
36
echo "unused:sqlserver:domjudge:domjudge:domjudge:3306" > /opt/domjudge/domserver/etc/dbpasswords.secret
37
+
38
+# Do not clutter the output with deprecation notices that we are not interested
39
+# in when running unit tests.
40
+export SYMFONY_DEPRECATIONS_HELPER=disabled=1
41
42
php $phpcov webapp/bin/phpunit -c webapp/phpunit.xml.dist webapp/tests/$unittest --log-junit ${ARTIFACTS}/unit-tests.xml --colors=never $pcov | tee "$ARTIFACTS"/phpunit.out
43
UNITSUCCESS=$?
44
0 commit comments