Skip to content

Commit 2205068

Browse files
committed
CI: Use --display-deprecations also in the browser tests
1 parent b8f65f4 commit 2205068

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/run_browser_tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ bin/jsshrink.sh
4747

4848
# Run tests
4949
echo "TESTS_MODE: DESKTOP"
50-
TESTS_MODE=desktop vendor/bin/phpunit -c tests/Browser/phpunit.xml --fail-on-warning --fail-on-risky --exclude-group=failsonga
50+
TESTS_MODE=desktop vendor/bin/phpunit -c tests/Browser/phpunit.xml --fail-on-warning --fail-on-risky --display-deprecations --exclude-group=failsonga
5151

5252
echo "TESTS_MODE: TABLET"
53-
TESTS_MODE=tablet vendor/bin/phpunit -c tests/Browser/phpunit.xml --fail-on-warning --fail-on-risky --exclude-group=failsonga-tablet
53+
TESTS_MODE=tablet vendor/bin/phpunit -c tests/Browser/phpunit.xml --fail-on-warning --fail-on-risky --display-deprecations --exclude-group=failsonga-tablet
5454

5555
# Mobile mode tests are unreliable on Github Actions
5656
# echo "TESTS_MODE: PHONE"
57-
# TESTS_MODE=phone vendor/bin/phpunit -c tests/Browser/phpunit.xml --fail-on-warning --fail-on-risky --exclude-group=failsonga-phone
57+
# TESTS_MODE=phone vendor/bin/phpunit -c tests/Browser/phpunit.xml --fail-on-warning --fail-on-risky --display-deprecations --exclude-group=failsonga-phone

0 commit comments

Comments
 (0)